1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-09-15 04:08:07 -04:00

Bump version

This commit is contained in:
Moritz Grimm 2015-01-07 23:43:49 +01:00
parent da3c066b48
commit d94afc59e0
3 changed files with 3 additions and 3 deletions

2
NEWS
View File

@ -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:

View File

@ -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])

View File

@ -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