summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9ed50d6..bcdc9ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,8 @@
* configure.ac: bumped to 0.4.0 for release
+ * configure.ac: bumped to 0.4.1 as new CVS version
+
2006-09-23 Jorg Schuler <jcsjcs at users.sourceforge.net>
* src/itdb.h: explain 'checked' field in Itdb_Track declaration
diff --git a/configure.ac b/configure.ac
index 3203aa0..3f32622 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,7 +14,7 @@ AM_CONFIG_HEADER(config.h)
#
LIBGPOD_MAJOR_VERSION=0
LIBGPOD_MINOR_VERSION=4
-LIBGPOD_MICRO_VERSION=0
+LIBGPOD_MICRO_VERSION=1
LIBGPOD_INTERFACE_AGE=0
# If you need a modifier for the version number.
# Normally empty, but can be used to make "fixup" releases.