summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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