From 3fe69250fba502342c54e070b66b9d997339b98f Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Wed, 23 Nov 2005 17:35:10 +0000 Subject: 2005-11-23 Christophe Fergeau * configure.ac: set version number to 0.2.0 git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1167 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- ChangeLog | 4 ++++ configure.ac | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index c17c557..28f0a8c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-11-23 Christophe Fergeau + + * configure.ac: set version number to 0.2.0 + 2005-11-22 Christophe Fergeau * src/ipod-device.c: fix compilation issue when hal isn't available diff --git a/configure.ac b/configure.ac index 4139f0d..420062f 100644 --- a/configure.ac +++ b/configure.ac @@ -12,8 +12,8 @@ AM_CONFIG_HEADER(config.h) # set LIBGPOD_BINARY_AGE and LIBGPOD_INTERFACE_AGE to 0. # LIBGPOD_MAJOR_VERSION=0 -LIBGPOD_MINOR_VERSION=1 -LIBGPOD_MICRO_VERSION=99 +LIBGPOD_MINOR_VERSION=2 +LIBGPOD_MICRO_VERSION=0 LIBGPOD_INTERFACE_AGE=0 # If you need a modifier for the version number. # Normally empty, but can be used to make "fixup" releases. -- cgit