From d94afc59e0c22498fc9dac502a5e584c03cee2e4 Mon Sep 17 00:00:00 2001 From: Moritz Grimm Date: Wed, 7 Jan 2015 23:43:49 +0100 Subject: [PATCH] Bump version --- NEWS | 2 +- configure.in | 2 +- win32/config.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index f62ecc0..705757a 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Changes in n.n.n, released on XXXX-XX-XX: +Changes in 0.6.0, released on XXXX-XX-XX: * This release contains a SECURITY FIX for a command injection vulnerability that was found and reported by Alexandre Rebert: diff --git a/configure.in b/configure.in index 2350679..03fad83 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.6.0], [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..781abc0 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.6.0" #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1