summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathon Jongsma <jjongsma@gnome.org>2008-04-11 13:41:34 -0500
committerJonathon Jongsma <jjongsma@gnome.org>2008-04-11 13:41:34 -0500
commitf5e652eca16b64643c6c9bc3d51c962dfcdd869c (patch)
treee069279842c846c8d2117d72875dbf9498b88df2
parentcbcd64e5e110a1817b8dd9848ed6e2a8e55e73a6 (diff)
fix configure.in version for 1.6.0 tagv1.6.0
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 315cf98..73076eb 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=6
-GENERIC_MICRO_VERSION=1
+GENERIC_MICRO_VERSION=0
GENERIC_VERSION=$GENERIC_MAJOR_VERSION.$GENERIC_MINOR_VERSION.$GENERIC_MICRO_VERSION
AC_SUBST(GENERIC_MAJOR_VERSION)
AC_SUBST(GENERIC_MINOR_VERSION)