1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-11-03 04:17:18 -05:00

Bump version number after the 0.3.0 release.

git-svn-id: https://svn.xiph.org/trunk/ezstream@12665 0101bb08-14d6-0310-b084-bc0e0c8e3800
This commit is contained in:
moritz 2007-03-06 14:02:29 +00:00
parent 7ffe862625
commit 03ffc617d2
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
dnl INITIALIZATION dnl INITIALIZATION
AC_INIT([ezstream], [0.3.0], [grmo@users.sourceforge.net]) AC_INIT([ezstream], [0.3.1], [grmo@users.sourceforge.net])
AC_PREREQ(2.61) AC_PREREQ(2.61)
AC_CONFIG_SRCDIR(src/ezstream.c) AC_CONFIG_SRCDIR(src/ezstream.c)
AM_INIT_AUTOMAKE AM_INIT_AUTOMAKE

View File

@ -14,16 +14,16 @@
#define PACKAGE_NAME "ezstream" #define PACKAGE_NAME "ezstream"
/* Define to the full name and version of this package. */ /* 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 to the one symbol short name of this package. */
#define PACKAGE_TARNAME "ezstream" #define PACKAGE_TARNAME "ezstream"
/* Define to the version of this package. */ /* 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 to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1 #define STDC_HEADERS 1
/* Version number of package */ /* Version number of package */
#define VERSION "0.3.0" #define VERSION "0.3.1"