diff options
author | Jorg Schuler <jcsjcs@users.sourceforge.net> | 2006-03-04 13:22:44 +0000 |
---|---|---|
committer | Jorg Schuler <jcsjcs@users.sourceforge.net> | 2006-03-04 13:22:44 +0000 |
commit | 85689728949866c34df92dd6dc40ad15123b151d (patch) | |
tree | 3263068784601bd736680ea2480f1c7b2110572e | |
parent | acece01d325781e8165e53a73e686aea8bebffe5 (diff) | |
download | libgpod-85689728949866c34df92dd6dc40ad15123b151d.tar.gz libgpod-85689728949866c34df92dd6dc40ad15123b151d.tar.xz libgpod-85689728949866c34df92dd6dc40ad15123b151d.zip |
* configure.ac: bumped version to 0.3.3 for new CVS version.
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1212 f01d2545-417e-4e96-918e-98f8d0dbbcb6
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,9 @@ 2005-02-04 Jorg Schuler <jcsjcs at users.sourceforge.net> + * configure.ac: bumped version to 0.3.3 for new CVS version. + + * RELEASED libgpod 0.3.2 + * configure.ac: bumped version to 0.3.2 for release. * db-artwork-writer.c: increased IPOD_MMAP_SIZE from 2 to 16 MB as diff --git a/configure.ac b/configure.ac index e6c0cb9..c17b101 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ AM_CONFIG_HEADER(config.h) # LIBGPOD_MAJOR_VERSION=0 LIBGPOD_MINOR_VERSION=3 -LIBGPOD_MICRO_VERSION=2 +LIBGPOD_MICRO_VERSION=3 LIBGPOD_INTERFACE_AGE=0 # If you need a modifier for the version number. # Normally empty, but can be used to make "fixup" releases. |