changeset 363:a89064a9c3ba

Adjust ChangeLog generation.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 08 Nov 2005 04:09:00 +0000
parents 743167033d0a
children 421e4fc13bce
files Makefile.am configure.in
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.am	Mon Nov 07 11:06:03 2005 +0000
+++ b/Makefile.am	Tue Nov 08 04:09:00 2005 +0000
@@ -24,7 +24,7 @@
 
 # Update changelog
 ChangeLog: CVS/Entries src/CVS/Entries
-	cvs2cl.pl --passwd /etc/passwd --domain tnsp.org
+	cvs2cl.pl --passwd /etc/passwd --domain tnsp.org --group-within-date
 
 
 ###
--- a/configure.in	Mon Nov 07 11:06:03 2005 +0000
+++ b/configure.in	Tue Nov 08 04:09:00 2005 +0000
@@ -6,7 +6,7 @@
 AC_PREREQ([2.56])
 
 dnl Initialize
-AC_INIT([XMMS-SID], [0.8.0rc1], [ccr@tnsp.org])
+AC_INIT([XMMS-SID], [0.8.0beta15], [ccr@tnsp.org])
 AC_COPYRIGHT([[(C) 2003-2005 Matti 'ccr' Hämäläinen]])
 AC_CONFIG_SRCDIR([src/xmms-sid.h])
 AM_INIT_AUTOMAKE