summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac4
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 <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.