# HG changeset patch # User Matti Hamalainen # Date 1131422940 0 # Node ID a89064a9c3ba7ddf4d0fd4ad60442690feeff989 # Parent 743167033d0a46c909b7d13281e30aa23a8e6240 Adjust ChangeLog generation. diff -r 743167033d0a -r a89064a9c3ba Makefile.am --- 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 ### diff -r 743167033d0a -r a89064a9c3ba configure.in --- 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