From 8d9581682e4e8cc7bd798127038155642fa08519 Mon Sep 17 00:00:00 2001 From: Moritz Grimm Date: Wed, 15 Jan 2020 23:31:10 +0100 Subject: [PATCH] Bump to 1.0.0 No more short-term plans, and it really should get out soon. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a634de4..460a91a 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl ########### dnl ## SETUP ########################################################### dnl ########### -AC_INIT([ezstream], [0.99.0], +AC_INIT([ezstream], [1.0.0], [https://trac.xiph.org/newticket?component=ezstream]) AC_PREREQ([2.61]) AC_CONFIG_SRCDIR([src/ezstream.c])