diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 4 insertions, 2 deletions
@@ -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. |