summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2005-11-21 21:49:37 +0000
committerChristophe Fergeau <teuf@gnome.org>2005-11-21 21:49:37 +0000
commit0f0ea6f54a59f5021b475c41755db6ed912f407c (patch)
tree9187283ba5aff30906784c44c6d90989009fc9ba /configure.ac
parentd5cc4027c252f043cb2c363c6550c43bf6d2e6c0 (diff)
downloadlibgpod-0f0ea6f54a59f5021b475c41755db6ed912f407c.tar.gz
libgpod-0f0ea6f54a59f5021b475c41755db6ed912f407c.tar.xz
libgpod-0f0ea6f54a59f5021b475c41755db6ed912f407c.zip
2005-11-21 Christophe Fergeau <teuf@gnome.org>
* configure.ac: set version number to 0.2.0 * src/Makefile.am: added glib-compat.h git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1162 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 a33382c..f145533 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=8
+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.