summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac9
1 files changed, 6 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index bf6a805e..eb002584 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,7 +25,7 @@ m4_define([cogl_version],
dnl Since the core Cogl library has to also maintain support for the
dnl Cogl 1.x API for Clutter then we track the 1.x version separately.
m4_define([cogl_1_minor_version], [17])
-m4_define([cogl_1_micro_version], [3])
+m4_define([cogl_1_micro_version], [4])
m4_define([cogl_1_version], [1.cogl_1_minor_version.cogl_1_micro_version])
dnl ================================================================
@@ -55,7 +55,7 @@ dnl ================================================================
#
# 5. If any interfaces have been removed since the last public release,
# then set AGE to 0.
-m4_define([cogl_lt_current], 19)
+m4_define([cogl_lt_current], 20)
m4_define([cogl_lt_revision], 0)
m4_define([cogl_lt_age], 0)
# We do also tell libtool the pretty version:
@@ -70,7 +70,10 @@ dnl ================================================================
# libtool version info we don't automatically derive this from the
# pretty version number because we want to test the results of
# updating the version number in advance of a release.
-m4_define([cogl_release_status], [git])
+#
+# Possible status values are: git, snapshot or release
+#
+m4_define([cogl_release_status], [snapshot])
AC_INIT(cogl, [cogl_1_version])
AC_CONFIG_SRCDIR(cogl/cogl.h)