summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathon Jongsma <jjongsma@gnome.org>2008-12-12 22:39:33 -0600
committerJonathon Jongsma <jjongsma@gnome.org>2008-12-12 22:39:33 -0600
commit0db6b61445ceb5f7c271309478e78fc06763d00b (patch)
tree4e4f6efdf2c5924660d736d1f1e1d2438791df89
parent3bf8d865fa198049fefc7fd51ed3f8105c15e8b7 (diff)
bump version since we forgot to do it after release
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f1e8da4..2878c7c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2008-12-12 Jonathon Jongsma <jonathon@quotidian.org>
+ * configure.in: bump version since we forgot to do it after release
+
+2008-12-12 Jonathon Jongsma <jonathon@quotidian.org>
+
* cairomm/types.h: add cross-reference links to the cairo manual for all types
that are just typedefs of C structs
diff --git a/configure.in b/configure.in
index 563e870..566ba6f 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=7
-GENERIC_MICRO_VERSION=0
+GENERIC_MICRO_VERSION=1
GENERIC_VERSION=$GENERIC_MAJOR_VERSION.$GENERIC_MINOR_VERSION.$GENERIC_MICRO_VERSION
AC_SUBST(GENERIC_MAJOR_VERSION)
AC_SUBST(GENERIC_MINOR_VERSION)