diff --git a/ChangeLog b/ChangeLog index d7deb6ada..2190203e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2007-11-12 Tobias Doerffel + * configure.in: + made 0.3.1 release + * samples/data/drumsynth/*: replaced spaces in filenames with underscores diff --git a/configure.in b/configure.in index c99efb584..c3a016c84 100644 --- a/configure.in +++ b/configure.in @@ -2,8 +2,8 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.50) -AC_INIT(lmms, 0.3.0-svn20071111, lmms-devel/at/lists/dot/sf/dot/net) -AM_INIT_AUTOMAKE(lmms, 0.3.0-svn20071111) +AC_INIT(lmms, 0.3.1, lmms-devel/at/lists/dot/sf/dot/net) +AM_INIT_AUTOMAKE(lmms, 0.3.1) AM_CONFIG_HEADER(config.h)