summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathon Jongsma <jjongsma@gnome.org>2007-01-28 18:33:28 +0000
committerJonathon Jongsma <jjongsma@gnome.org>2007-01-28 18:33:28 +0000
commit8cde76e3ece058843551b8c63a45546ecdf88040 (patch)
tree7474ba8bd420c7492d78bd3693bb08a1efa55642
parent5eaeb867cd2a490c180802cfa153475152789b09 (diff)
2007-01-28 Jonathon Jongsma <jonathon.jongsma@gmail.com>
* configure.in: bump rev to 1.2.5
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 73f3a4b..6b2e87d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2007-01-28 Jonathon Jongsma <jonathon.jongsma@gmail.com>
+ * configure.in: bump rev to 1.2.5
+
+2007-01-28 Jonathon Jongsma <jonathon.jongsma@gmail.com>
+
* docs/reference/Doxyfile.in: fixes building the cairomm documentation where
builddir != srcdir. Patch from yselkowitz@users.sourceforge.net for bug
#9727
diff --git a/configure.in b/configure.in
index 0c985ea..92fe283 100644
--- a/configure.in
+++ b/configure.in
@@ -3,7 +3,7 @@ AC_INIT(cairomm/cairomm.h)
#release versioning
GENERIC_MAJOR_VERSION=1
GENERIC_MINOR_VERSION=2
-GENERIC_MICRO_VERSION=4
+GENERIC_MICRO_VERSION=5
GENERIC_VERSION=$GENERIC_MAJOR_VERSION.$GENERIC_MINOR_VERSION.$GENERIC_MICRO_VERSION
AC_SUBST(GENERIC_MAJOR_VERSION)
AC_SUBST(GENERIC_MINOR_VERSION)