summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2015-09-16 15:16:51 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2015-09-16 15:16:51 +0100
commit909faa33a42a24f5dcb29621271a1d4e8bb94c3d (patch)
tree7482aba9375e977709d2b31d0a1a1bf0ea2ddaf0
parent7d208a234aba963a75a1d84c8b679b995fb5829f (diff)
downloadcogl-909faa33a42a24f5dcb29621271a1d4e8bb94c3d.tar.gz
Post-release version bump to 1.22.1
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1b55e8bf..3e37ed49 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], [22])
-m4_define([cogl_1_micro_version], [0])
+m4_define([cogl_1_micro_version], [1])
m4_define([cogl_1_version], [1.cogl_1_minor_version.cogl_1_micro_version])
dnl ================================================================