From 0a89469d65f18ffe526e45955d01d305862c3a9d Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Sat, 23 Jun 2007 06:51:44 +0000 Subject: 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 --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e0d4c91..d137a8d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-06-23 Todd Zullinger + + * configure.ac: + bump version for 0.5.2 release + 2007-06-23 Jorg Schuler * 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= -- cgit