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

moritz at svn.xiph.org moritz at svn.xiph.org
Mon Aug 31 00:20:15 PDT 2009


Author: moritz
Date: 2009-08-31 00:20:15 -0700 (Mon, 31 Aug 2009)
New Revision: 16541

Modified:
   trunk/ezstream/configure.in
   trunk/ezstream/win32/config.h
Log:
Post-release version bump.


Modified: trunk/ezstream/configure.in
===================================================================
--- trunk/ezstream/configure.in	2009-08-31 07:07:20 UTC (rev 16540)
+++ trunk/ezstream/configure.in	2009-08-31 07:20:15 UTC (rev 16541)
@@ -2,7 +2,7 @@
 dnl ## SETUP ###########################################################
 dnl ###########
 
-AC_INIT([ezstream], [0.5.6],
+AC_INIT([ezstream], [0.5.7],
 	[https://trac.xiph.org/newticket?component=ezstream])
 AC_REVISION([$Id$])
 AC_PREREQ([2.61])

Modified: trunk/ezstream/win32/config.h
===================================================================
--- trunk/ezstream/win32/config.h	2009-08-31 07:07:20 UTC (rev 16540)
+++ trunk/ezstream/win32/config.h	2009-08-31 07:20:15 UTC (rev 16541)
@@ -1,7 +1,7 @@
 #ifndef __WIN32_CONFIG_H__
 #define __WIN32_CONFIG_H__
 
-#define PACKAGE_STRING "ezstream 0.5.6"
+#define PACKAGE_STRING "ezstream 0.5.7"
 
 #define HAVE_SYS_TYPES_H	1
 #define HAVE_SYS_STAT_H 	1



More information about the commits mailing list