summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3203ac3..17f7a6c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,12 @@
-2005-11-23 Christophe Fergeau <teuf@gnome.org>
+2005-11-24 Jorg Schuler <jcsjcs at users.sourceforge.net>
* overall changes to support itdb_image_get_gdk_pixbuf(). Run
"tests/test-thumbnails <ipod_mount> to copy all thumbnails into
the current directory.
+ * configure.ac: bumped version to 0.2.2
+
+
2005-11-23 Christophe Fergeau <teuf@gnome.org>
* src/db-artwork-debug.c: (get_utf16_string):
diff --git a/configure.ac b/configure.ac
index 1e83b1f..ab1a84e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@ AM_CONFIG_HEADER(config.h)
#
LIBGPOD_MAJOR_VERSION=0
LIBGPOD_MINOR_VERSION=2
-LIBGPOD_MICRO_VERSION=1
+LIBGPOD_MICRO_VERSION=2
LIBGPOD_INTERFACE_AGE=0
# If you need a modifier for the version number.
# Normally empty, but can be used to make "fixup" releases.