From 86e093909fc6920d5d6bdb0762d1d61e08c0cdc2 Mon Sep 17 00:00:00 2001 From: moritz Date: Mon, 31 Aug 2009 07:20:15 +0000 Subject: [PATCH] Post-release version bump. git-svn-id: https://svn.xiph.org/trunk/ezstream@16541 0101bb08-14d6-0310-b084-bc0e0c8e3800 --- configure.in | 2 +- win32/config.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 2350679..ac0ede5 100644 --- a/configure.in +++ b/configure.in @@ -2,7 +2,7 @@ dnl ########### dnl ## SETUP ########################################################### dnl ########### -AC_INIT([ezstream], [0.5.6], +AC_INIT([ezstream], [0.5.7], [https://trac.xiph.org/newticket?component=ezstream]) AC_REVISION([$Id$]) AC_PREREQ([2.61]) diff --git a/win32/config.h b/win32/config.h index d69d5b3..18e2ab8 100644 --- a/win32/config.h +++ b/win32/config.h @@ -1,7 +1,7 @@ #ifndef __WIN32_CONFIG_H__ #define __WIN32_CONFIG_H__ -#define PACKAGE_STRING "ezstream 0.5.6" +#define PACKAGE_STRING "ezstream 0.5.7" #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1