summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorJonathon Jongsma <jjongsma@gnome.org>2007-11-10 20:02:00 -0600
committerJonathon Jongsma <jjongsma@gnome.org>2007-11-10 20:02:00 -0600
commit11183f3953eb2b972000ea485dfc7df2b5e1afb7 (patch)
tree3ba239fba13f77de655b3bf7b1c04c68a366b2d9 /configure.in
parente4c3b12a9b365fe46f4bae3bce5a7fe66e4caf6d (diff)
update NEWS and bump version for 1.4.6 release
* NEWS: update news for 1.4.6 release * configure.in: bumped version
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index c158ab4..46f9785 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=4
-GENERIC_MICRO_VERSION=5
+GENERIC_MICRO_VERSION=6
GENERIC_VERSION=$GENERIC_MAJOR_VERSION.$GENERIC_MINOR_VERSION.$GENERIC_MICRO_VERSION
AC_SUBST(GENERIC_MAJOR_VERSION)
AC_SUBST(GENERIC_MINOR_VERSION)