From 80056d9b1fc4c896f64efc93c35ea13e1fd951ab Mon Sep 17 00:00:00 2001 From: "Thomas B. \"dm8tbr\" Ruecker" Date: Mon, 11 Jun 2012 20:06:32 +0000 Subject: [PATCH] Reset version string to 'trunk'. svn path=/icecast/trunk/icecast/; revision=18373 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index b09cacbb..9033d0aa 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT([Icecast], [2.3.3], [icecast@xiph.org]) +AC_INIT([Icecast], [trunk], [icecast@xiph.org]) AC_PREREQ(2.54) AC_CONFIG_SRCDIR(src/main.c)