mirror of
https://gitlab.xiph.org/xiph/ezstream.git
synced 2024-11-03 04:17:18 -05:00
Bump version
This commit is contained in:
parent
da3c066b48
commit
d94afc59e0
2
NEWS
2
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
|
* This release contains a SECURITY FIX for a command injection vulnerability
|
||||||
that was found and reported by Alexandre Rebert:
|
that was found and reported by Alexandre Rebert:
|
||||||
|
@ -2,7 +2,7 @@ dnl ###########
|
|||||||
dnl ## SETUP ###########################################################
|
dnl ## SETUP ###########################################################
|
||||||
dnl ###########
|
dnl ###########
|
||||||
|
|
||||||
AC_INIT([ezstream], [0.5.6],
|
AC_INIT([ezstream], [0.6.0],
|
||||||
[https://trac.xiph.org/newticket?component=ezstream])
|
[https://trac.xiph.org/newticket?component=ezstream])
|
||||||
AC_REVISION([$Id$])
|
AC_REVISION([$Id$])
|
||||||
AC_PREREQ([2.61])
|
AC_PREREQ([2.61])
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#ifndef __WIN32_CONFIG_H__
|
#ifndef __WIN32_CONFIG_H__
|
||||||
#define __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_TYPES_H 1
|
||||||
#define HAVE_SYS_STAT_H 1
|
#define HAVE_SYS_STAT_H 1
|
||||||
|
Loading…
Reference in New Issue
Block a user