[xiph-commits] r7652 - icecast/trunk/ices0

brendan at motherfish-iii.xiph.org brendan at motherfish-iii.xiph.org
Sat Aug 28 11:49:42 PDT 2004


Author: brendan
Date: 2004-08-28 11:49:42 -0700 (Sat, 28 Aug 2004)
New Revision: 7652

Modified:
   icecast/trunk/ices0/NEWS
   icecast/trunk/ices0/configure.ac
Log:
Bump version to 0.4 (again)


Modified: icecast/trunk/ices0/NEWS
===================================================================
--- icecast/trunk/ices0/NEWS	2004-08-28 14:42:35 UTC (rev 7651)
+++ icecast/trunk/ices0/NEWS	2004-08-28 18:49:42 UTC (rev 7652)
@@ -1,3 +1,4 @@
+0.4     2004-08-28
 	* FLAC transcoding support.
 	* MP4 transcoding support added via libfaad.
 	* Crossfader added.

Modified: icecast/trunk/ices0/configure.ac
===================================================================
--- icecast/trunk/ices0/configure.ac	2004-08-28 14:42:35 UTC (rev 7651)
+++ icecast/trunk/ices0/configure.ac	2004-08-28 18:49:42 UTC (rev 7652)
@@ -2,8 +2,8 @@
 # $Id$
 
 m4_define(ICES_MAJOR, 0)
-m4_define(ICES_MINOR, 3)
-m4_define(ICES_MICRO, 0pre4)
+m4_define(ICES_MINOR, 4)
+m4_define(ICES_MICRO, 0)
 m4_define(ICES_VERSION,
   m4_if(ICES_MICRO, 0, ICES_MAJOR.ICES_MINOR, ICES_MAJOR.ICES_MINOR.ICES_MICRO))
 



More information about the commits mailing list