diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,5 +1,11 @@ 2005-11-23 Christophe Fergeau <teuf@gnome.org> + * configure.ac: bumped version number + +==== libgpod 0.2.0 ==== + +2005-11-23 Christophe Fergeau <teuf@gnome.org> + * configure.ac: set version number to 0.2.0 2005-11-22 Christophe Fergeau <teuf@gnome.org> diff --git a/configure.ac b/configure.ac index 420062f..1e83b1f 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=0 +LIBGPOD_MICRO_VERSION=1 LIBGPOD_INTERFACE_AGE=0 # If you need a modifier for the version number. # Normally empty, but can be used to make "fixup" releases. |