1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2025-01-03 14:56:35 -05:00

The next version number will be 1.0.0

Bump build version to "almost 1.0".
This commit is contained in:
Moritz Grimm 2016-10-14 16:20:17 +02:00
parent cce2455bc6
commit 14dbc1447a
2 changed files with 2 additions and 2 deletions

2
NEWS
View File

@ -1,4 +1,4 @@
Changes in X.X.X, released on XXXX-XX-XX:
Changes in 1.0.0, released on XXXX-XX-XX:
* Windows is no longer actively supported.
* Certain legacy UNIX systems are no longer actively supported.

View File

@ -2,7 +2,7 @@ dnl ###########
dnl ## SETUP ###########################################################
dnl ###########
AC_INIT([ezstream], [0.6.0],
AC_INIT([ezstream], [0.99.0],
[https://trac.xiph.org/newticket?component=ezstream])
AC_PREREQ([2.61])
AC_CONFIG_SRCDIR([src/ezstream.c])