Increment pixman version to 0.9.7
authorCarl Worth <cworth@cworth.org>
Mon, 24 Mar 2008 19:00:46 +0000 (12:00 -0700)
committerCarl Worth <cworth@cworth.org>
Tue, 25 Mar 2008 19:38:01 +0000 (12:38 -0700)
This represents the in-development state, (so that the next release
will be 0.9.8 with an even-number micro component).

configure.ac

index c416bc8ef63a1a2acaf003887086f741bc381823..63ee2c50c4f633183e50e486073bde10f72761d3 100644 (file)
@@ -25,6 +25,10 @@ AC_PREREQ([2.57])
 #   Pixman versioning scheme
 #
 #   - If the changes don't affect API or ABI, then increment pixman_micro
+#     Note: This number is incremented immediately before *and*
+#           immediately after a release. This gurantees that the micro
+#           component is always an even number in any release.
+#
 #   - If API is added, then increment PIXMAN_MINOR, and set MICRO to 0
 #
 #   - If you break ABI, then
@@ -42,7 +46,7 @@ AC_PREREQ([2.57])
 
 m4_define([pixman_major], 0)
 m4_define([pixman_minor], 9)
-m4_define([pixman_micro], 6)
+m4_define([pixman_micro], 7)
 
 m4_define([pixman_version],[pixman_major.pixman_minor.pixman_micro])