summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2005-11-23 17:35:10 +0000
committerChristophe Fergeau <teuf@gnome.org>2005-11-23 17:35:10 +0000
commit3fe69250fba502342c54e070b66b9d997339b98f (patch)
treee0e1f79ed29cec2dd40726a47dfc32a7e0603de2 /configure.ac
parenta3d7e2e6102177f0658768074f0d0ddc958d0e09 (diff)
downloadlibgpod-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
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
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.