summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJorg Schuler <jcsjcs@users.sourceforge.net>2005-11-24 14:22:13 +0000
committerJorg Schuler <jcsjcs@users.sourceforge.net>2005-11-24 14:22:13 +0000
commit999142da89879afff0f36244aaff7815c20e3d43 (patch)
treea54136a38a1d3b8e9803f3d966f211f4239f3d4c
parent3a2fe6f896ff3dfe9f66e074cd1c75d27f49b01a (diff)
downloadlibgpod-999142da89879afff0f36244aaff7815c20e3d43.tar.gz
libgpod-999142da89879afff0f36244aaff7815c20e3d43.tar.xz
libgpod-999142da89879afff0f36244aaff7815c20e3d43.zip
* configure.ac: bumped version to 0.2.2
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1173 f01d2545-417e-4e96-918e-98f8d0dbbcb6
-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.