From cd0a3f9c1dd9812b1db089d29c15aa47bda36657 Mon Sep 17 00:00:00 2001 From: "Thomas B. Ruecker" Date: Fri, 17 Nov 2017 09:07:01 +0000 Subject: [PATCH] Preparing for 2.5 beta2 aka 2.4.99.2 Changelog and docs still need updating. --- ChangeLog | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5afed8cc..f7e485fd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2017-11-17 09:04:42 Thomas B. Ruecker + + * Preparing for 2.5 beta2 aka 2.4.99.2 + 2014-12-28 13:19:29 Marvin Scholz * Removed fr_FR xsl files since they aren't used diff --git a/configure.ac b/configure.ac index 450e232e..3328d612 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([Icecast], [2.4.99.1], [icecast@xiph.org]) +AC_INIT([Icecast], [2.4.99.2], [icecast@xiph.org]) AC_PREREQ([2.54]) AC_CONFIG_SRCDIR([src/main.c])