From 86cf28410fdbaaf8f46409100afcbb8875f6cbd9 Mon Sep 17 00:00:00 2001 From: moritz Date: Sat, 1 Dec 2007 21:43:59 +0000 Subject: [PATCH] Post-release version bump. git-svn-id: https://svn.xiph.org/trunk/ezstream@14260 0101bb08-14d6-0310-b084-bc0e0c8e3800 --- configure.in | 2 +- win32/config.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.in b/configure.in index 260066f..209b0b2 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl INITIALIZATION -AC_INIT([ezstream], [0.5.3], [https://trac.xiph.org/newticket?component=ezstream]) +AC_INIT([ezstream], [0.5.4], [https://trac.xiph.org/newticket?component=ezstream]) AC_PREREQ(2.61) AC_CONFIG_SRCDIR(src/ezstream.c) AC_CONFIG_AUX_DIR(build-aux) diff --git a/win32/config.h b/win32/config.h index c424625..9c250ab 100644 --- a/win32/config.h +++ b/win32/config.h @@ -21,19 +21,19 @@ #define PACKAGE_NAME "ezstream" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "ezstream 0.5.3" +#define PACKAGE_STRING "ezstream 0.5.4" /* 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.3" +#define PACKAGE_VERSION "0.5.4" /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 /* Version number of package */ -#define VERSION "0.5.3" +#define VERSION "0.5.4" #ifdef XALLOC_DEBUG typedef long ssize_t;