[xiph-commits] r12665 - in trunk/ezstream: . win32
moritz at svn.xiph.org
moritz at svn.xiph.org
Tue Mar 6 06:02:32 PST 2007
Author: moritz
Date: 2007-03-06 06:02:29 -0800 (Tue, 06 Mar 2007)
New Revision: 12665
Modified:
trunk/ezstream/configure.in
trunk/ezstream/win32/config.h
Log:
Bump version number after the 0.3.0 release.
Modified: trunk/ezstream/configure.in
===================================================================
--- trunk/ezstream/configure.in 2007-03-06 13:43:14 UTC (rev 12664)
+++ trunk/ezstream/configure.in 2007-03-06 14:02:29 UTC (rev 12665)
@@ -1,6 +1,6 @@
dnl INITIALIZATION
-AC_INIT([ezstream], [0.3.0], [grmo at users.sourceforge.net])
+AC_INIT([ezstream], [0.3.1], [grmo at users.sourceforge.net])
AC_PREREQ(2.61)
AC_CONFIG_SRCDIR(src/ezstream.c)
AM_INIT_AUTOMAKE
Modified: trunk/ezstream/win32/config.h
===================================================================
--- trunk/ezstream/win32/config.h 2007-03-06 13:43:14 UTC (rev 12664)
+++ trunk/ezstream/win32/config.h 2007-03-06 14:02:29 UTC (rev 12665)
@@ -14,16 +14,16 @@
#define PACKAGE_NAME "ezstream"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "ezstream 0.3.0"
+#define PACKAGE_STRING "ezstream 0.3.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.3.0"
+#define PACKAGE_VERSION "0.3.1"
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1
/* Version number of package */
-#define VERSION "0.3.0"
+#define VERSION "0.3.1"
More information about the commits
mailing list