From 3ac08efae81d486f9cd4631fa24b936b700633c2 Mon Sep 17 00:00:00 2001 From: moritz Date: Sat, 1 Aug 2009 18:44:27 +0000 Subject: [PATCH] Post-release version bump. git-svn-id: https://svn.xiph.org/trunk/ezstream@16388 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 b99e0d8..196268d 100644 --- a/configure.in +++ b/configure.in @@ -2,7 +2,7 @@ dnl ########### dnl ## SETUP ########################################################### dnl ########### -AC_INIT([ezstream], [0.5.5], +AC_INIT([ezstream], [0.5.6], [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 6938772..d69d5b3 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.5" +#define PACKAGE_STRING "ezstream 0.5.6" #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1