diff options
author | Jorg Schuler <jcsjcs@users.sourceforge.net> | 2006-09-24 14:06:26 +0000 |
---|---|---|
committer | Jorg Schuler <jcsjcs@users.sourceforge.net> | 2006-09-24 14:06:26 +0000 |
commit | 1ecda48c3efc3eba4742b7746d6c7b2d3939ffdc (patch) | |
tree | a887d5e93efe6dc7da3259ab5b748634b37a965f | |
parent | 8386fcf6c5c147ab4fec5241ea7122d9f3e5c9ae (diff) | |
download | libgpod-1ecda48c3efc3eba4742b7746d6c7b2d3939ffdc.tar.gz libgpod-1ecda48c3efc3eba4742b7746d6c7b2d3939ffdc.tar.xz libgpod-1ecda48c3efc3eba4742b7746d6c7b2d3939ffdc.zip |
* configure.ac: bumped to 0.4.1 as new CVS version
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1322 f01d2545-417e-4e96-918e-98f8d0dbbcb6
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -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. |