1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-11-03 04:17:18 -05:00

Post-release version bump.

git-svn-id: https://svn.xiph.org/trunk/ezstream@16388 0101bb08-14d6-0310-b084-bc0e0c8e3800
This commit is contained in:
moritz 2009-08-01 18:44:27 +00:00
parent 2ca8e8ef50
commit 3ac08efae8
2 changed files with 2 additions and 2 deletions

View File

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

View File

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