[xiph-commits] r13678 - in trunk/ezstream: . win32

moritz at svn.xiph.org moritz at svn.xiph.org
Fri Aug 31 10:19:10 PDT 2007


Author: moritz
Date: 2007-08-31 10:19:10 -0700 (Fri, 31 Aug 2007)
New Revision: 13678

Modified:
   trunk/ezstream/configure.in
   trunk/ezstream/win32/config.h
Log:
Bump version number after the 0.5.0 release.


Modified: trunk/ezstream/configure.in
===================================================================
--- trunk/ezstream/configure.in	2007-08-31 17:17:34 UTC (rev 13677)
+++ trunk/ezstream/configure.in	2007-08-31 17:19:10 UTC (rev 13678)
@@ -1,6 +1,6 @@
 dnl INITIALIZATION
 
-AC_INIT([ezstream], [0.5.0], [https://trac.xiph.org/newticket?component=ezstream])
+AC_INIT([ezstream], [0.5.1], [https://trac.xiph.org/newticket?component=ezstream])
 AC_PREREQ(2.61)
 AC_CONFIG_SRCDIR(src/ezstream.c)
 AC_CONFIG_AUX_DIR(build-aux)

Modified: trunk/ezstream/win32/config.h
===================================================================
--- trunk/ezstream/win32/config.h	2007-08-31 17:17:34 UTC (rev 13677)
+++ trunk/ezstream/win32/config.h	2007-08-31 17:19:10 UTC (rev 13678)
@@ -21,19 +21,19 @@
 #define PACKAGE_NAME "ezstream"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "ezstream 0.5.0"
+#define PACKAGE_STRING "ezstream 0.5.1"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "ezstream"
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "0.5.0"
+#define PACKAGE_VERSION "0.5.1"
 
 /* Define to 1 if you have the ANSI C header files. */
 #define STDC_HEADERS 1
 
 /* Version number of package */
-#define VERSION "0.5.0"
+#define VERSION "0.5.1"
 
 #ifdef XALLOC_DEBUG
 typedef long ssize_t;



More information about the commits mailing list