summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@pobox.com>2009-01-03 02:58:26 +0000
committerTodd Zullinger <tmz@pobox.com>2009-01-03 02:58:26 +0000
commitb038c40a506ed0533e253f3f25c34eccff02615b (patch)
tree05a95979570e39b05473fd74836b67b786d5b493
parent30915268679ed3b0bf21781c879c7690ab3289ae (diff)
downloadlibgpod-b038c40a506ed0533e253f3f25c34eccff02615b.tar.gz
libgpod-b038c40a506ed0533e253f3f25c34eccff02615b.tar.xz
libgpod-b038c40a506ed0533e253f3f25c34eccff02615b.zip
Bump version for 0.7.0rc2
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2195 f01d2545-417e-4e96-918e-98f8d0dbbcb6
-rw-r--r--ChangeLog2
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index bd1ace5..ae34ab8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2009-01-02 Todd Zullinger <tmzullinger at users.sourceforge.net>
+ * configure.ac: Bump version for 0.7.0rc2
+
* docs/reference/tmpl/track.sgml, src/itdb.h:
Document Itdb_Track->album_id
diff --git a/configure.ac b/configure.ac
index c4602c3..f9558cd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,7 +14,7 @@ LIBGPOD_MINOR_VERSION=7
LIBGPOD_MICRO_VERSION=0
# If you need a modifier for the version number.
# Normally empty, but can be used to make "fixup" releases.
-LIBGPOD_EXTRAVERSION=rc1
+LIBGPOD_EXTRAVERSION=rc2
LIBGPOD_VERSION=$LIBGPOD_MAJOR_VERSION.$LIBGPOD_MINOR_VERSION.$LIBGPOD_MICRO_VERSION$LIBGPOD_EXTRAVERSION