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

brendan at dactyl.lonelymoon.com brendan
Tue Jul 27 20:30:27 PDT 2004


Author: brendan
Date: Tue Jul 27 20:30:27 2004
New Revision: 7386

Modified:
icecast/trunk/ices0/NEWS
icecast/trunk/ices0/configure.ac
Log:
Release 0.4


Modified: icecast/trunk/ices0/NEWS
===================================================================
--- icecast/trunk/ices0/NEWS	2004-07-28 03:19:14 UTC (rev 7385)
+++ icecast/trunk/ices0/NEWS	2004-07-28 03:30:26 UTC (rev 7386)
@@ -1,5 +1,6 @@
+0.4	2004-07-28
* Crossfader added.
-	* Tested with LAME 3.96
+	* Tested with LAME 3.96.1
0.3     2003-07-13
* Updated to libshout2, which brings icecast2 compatibility.
* ices will now attempt to trim junk and short frames from MP3 files,

Modified: icecast/trunk/ices0/configure.ac
===================================================================
--- icecast/trunk/ices0/configure.ac	2004-07-28 03:19:14 UTC (rev 7385)
+++ icecast/trunk/ices0/configure.ac	2004-07-28 03:30:26 UTC (rev 7386)
@@ -1,8 +1,8 @@
# configure script for ices
-# $Id: configure.ac,v 1.11 2003/07/13 17:42:47 brendan Exp $
+# $Id$

m4_define(ICES_MAJOR, 0)
-m4_define(ICES_MINOR, 3)
+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))


Property changes on: icecast/trunk/ices0/configure.ac
___________________________________________________________________
Name: svn:keywords
+ Id



More information about the commits mailing list