From 65130715d1e9a59f0dda1719ead1d410b41ce06c Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Wed, 23 Nov 2005 18:00:11 +0000 Subject: 2005-11-23 Christophe Fergeau * configure.ac: bumped version number git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1169 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- ChangeLog | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 28f0a8c..0a4eac4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-11-23 Christophe Fergeau + + * configure.ac: bumped version number + +==== libgpod 0.2.0 ==== + 2005-11-23 Christophe Fergeau * configure.ac: set version number to 0.2.0 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. -- cgit