From a51be920c45393978aa9822ee03451de08fbe408 Mon Sep 17 00:00:00 2001 From: moritz Date: Sun, 11 Mar 2007 05:17:56 +0000 Subject: [PATCH] Bump version number after the 0.4.0 release. git-svn-id: https://svn.xiph.org/trunk/ezstream@12724 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 e657978..dd3c6f6 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl INITIALIZATION -AC_INIT([ezstream], [0.4.0], [grmo@users.sourceforge.net]) +AC_INIT([ezstream], [0.4.1], [grmo@users.sourceforge.net]) AC_PREREQ(2.61) AC_CONFIG_SRCDIR(src/ezstream.c) AM_INIT_AUTOMAKE diff --git a/win32/config.h b/win32/config.h index b15e73f..bfe037c 100644 --- a/win32/config.h +++ b/win32/config.h @@ -14,16 +14,16 @@ #define PACKAGE_NAME "ezstream" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "ezstream 0.4.0" +#define PACKAGE_STRING "ezstream 0.4.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.4.0" +#define PACKAGE_VERSION "0.4.1" /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 /* Version number of package */ -#define VERSION "0.4.0" +#define VERSION "0.4.1"