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

moritz at svn.xiph.org moritz at svn.xiph.org
Sat Aug 1 11:44:27 PDT 2009


Author: moritz
Date: 2009-08-01 11:44:27 -0700 (Sat, 01 Aug 2009)
New Revision: 16388

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-01 17:30:06 UTC (rev 16387)
+++ trunk/ezstream/configure.in	2009-08-01 18:44:27 UTC (rev 16388)
@@ -2,7 +2,7 @@
 dnl ## SETUP ###########################################################
 dnl ###########
 
-AC_INIT([ezstream], [0.5.5],
+AC_INIT([ezstream], [0.5.6],
 	[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-01 17:30:06 UTC (rev 16387)
+++ trunk/ezstream/win32/config.h	2009-08-01 18:44:27 UTC (rev 16388)
@@ -1,7 +1,7 @@
 #ifndef __WIN32_CONFIG_H__
 #define __WIN32_CONFIG_H__
 
-#define PACKAGE_STRING "ezstream 0.5.5"
+#define PACKAGE_STRING "ezstream 0.5.6"
 
 #define HAVE_SYS_TYPES_H	1
 #define HAVE_SYS_STAT_H 	1



More information about the commits mailing list