summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--configure.ac4
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 09c98f0..9ed50d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
* po/es.po: updated version by Alejandro Lamas DaviƱa
+ * configure.ac: bumped to 0.4.0 for release
+
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 52e4422..3203aa0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,8 +13,8 @@ AM_CONFIG_HEADER(config.h)
# set LIBGPOD_BINARY_AGE and LIBGPOD_INTERFACE_AGE to 0.
#
LIBGPOD_MAJOR_VERSION=0
-LIBGPOD_MINOR_VERSION=3
-LIBGPOD_MICRO_VERSION=3
+LIBGPOD_MINOR_VERSION=4
+LIBGPOD_MICRO_VERSION=0
LIBGPOD_INTERFACE_AGE=0
# If you need a modifier for the version number.
# Normally empty, but can be used to make "fixup" releases.