From 999142da89879afff0f36244aaff7815c20e3d43 Mon Sep 17 00:00:00 2001 From: Jorg Schuler Date: Thu, 24 Nov 2005 14:22:13 +0000 Subject: * 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 --- ChangeLog | 5 ++++- configure.ac | 2 +- 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 +2005-11-24 Jorg Schuler * overall changes to support itdb_image_get_gdk_pixbuf(). Run "tests/test-thumbnails to copy all thumbnails into the current directory. + * configure.ac: bumped version to 0.2.2 + + 2005-11-23 Christophe Fergeau * 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. -- cgit