diff options
| author | jcsjcs <jcsjcs@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2005-11-24 14:22:13 +0000 |
|---|---|---|
| committer | jcsjcs <jcsjcs@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2005-11-24 14:22:13 +0000 |
| commit | fd53f468fa73061ebbb812bf172117c87af762ef (patch) | |
| tree | a54136a38a1d3b8e9803f3d966f211f4239f3d4c | |
| parent | 9fa0f0a3350cf861663e175147ee37e44a4df412 (diff) | |
| download | libgpod-fd53f468fa73061ebbb812bf172117c87af762ef.tar.gz libgpod-fd53f468fa73061ebbb812bf172117c87af762ef.tar.xz libgpod-fd53f468fa73061ebbb812bf172117c87af762ef.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-- | ChangeLog | 5 | ||||
| -rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 2 deletions
@@ -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. |
