diff options
author | Christophe Fergeau <teuf@gnome.org> | 2005-11-23 17:35:10 +0000 |
---|---|---|
committer | Christophe Fergeau <teuf@gnome.org> | 2005-11-23 17:35:10 +0000 |
commit | 3fe69250fba502342c54e070b66b9d997339b98f (patch) | |
tree | e0e1f79ed29cec2dd40726a47dfc32a7e0603de2 | |
parent | a3d7e2e6102177f0658768074f0d0ddc958d0e09 (diff) | |
download | libgpod-3fe69250fba502342c54e070b66b9d997339b98f.tar.gz libgpod-3fe69250fba502342c54e070b66b9d997339b98f.tar.xz libgpod-3fe69250fba502342c54e070b66b9d997339b98f.zip |
2005-11-23 Christophe Fergeau <teuf@gnome.org>
* 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
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +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> * 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. |