1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-09-15 04:08:07 -04:00

Bump version number after the 0.5.0 release.

git-svn-id: https://svn.xiph.org/trunk/ezstream@13678 0101bb08-14d6-0310-b084-bc0e0c8e3800
This commit is contained in:
moritz 2007-08-31 17:19:10 +00:00
parent f50bc527e4
commit 6955c0006f
2 changed files with 4 additions and 4 deletions

View File

@ -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)

View File

@ -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;