diff options
| author | tmzullinger <tmzullinger@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2007-06-23 06:51:44 +0000 |
|---|---|---|
| committer | tmzullinger <tmzullinger@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2007-06-23 06:51:44 +0000 |
| commit | 6dbd67bba69f551dda83802cd40643c21ea518ed (patch) | |
| tree | 5258e85548ca0314ec5a856967afc9c40c91d355 | |
| parent | 4bcdf8baaeff3be166c3409917b57b119f4e51b5 (diff) | |
| download | libgpod-6dbd67bba69f551dda83802cd40643c21ea518ed.tar.gz libgpod-6dbd67bba69f551dda83802cd40643c21ea518ed.tar.xz libgpod-6dbd67bba69f551dda83802cd40643c21ea518ed.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= |
