diff options
author | Todd Zullinger <tmzullinger@users.sourceforge.net> | 2007-06-23 06:51:44 +0000 |
---|---|---|
committer | Todd Zullinger <tmzullinger@users.sourceforge.net> | 2007-06-23 06:51:44 +0000 |
commit | 7d474ad9328d301e5c2f0c4a33b8b8d8311e07d4 (patch) | |
tree | 5258e85548ca0314ec5a856967afc9c40c91d355 | |
parent | 4f7cc77452066f62f1b8a43c813b58debc96bf95 (diff) | |
download | libgpod-7d474ad9328d301e5c2f0c4a33b8b8d8311e07d4.tar.gz libgpod-7d474ad9328d301e5c2f0c4a33b8b8d8311e07d4.tar.xz libgpod-7d474ad9328d301e5c2f0c4a33b8b8d8311e07d4.zip |
bump version for 0.5.2 release
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1581 f01d2545-417e-4e96-918e-98f8d0dbbcb6
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2007-06-23 Todd Zullinger <tmzullinger at users.sourceforge.net> + + * configure.ac: + bump version for 0.5.2 release + 2007-06-23 Jorg Schuler <jcsjcs at users.sourceforge.net> * src/itdb_itunesdb.c (mhod52_make_collate_keys): ignore empty diff --git a/configure.ac b/configure.ac index 8bdaa97..356d15d 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ AM_CONFIG_HEADER(config.h) # LIBGPOD_MAJOR_VERSION=0 LIBGPOD_MINOR_VERSION=5 -LIBGPOD_MICRO_VERSION=0 +LIBGPOD_MICRO_VERSION=2 # If you need a modifier for the version number. # Normally empty, but can be used to make "fixup" releases. LIBGPOD_EXTRAVERSION= |