diff options
author | Oded Gabbay <oded.gabbay@gmail.com> | 2015-09-22 16:55:15 +0300 |
---|---|---|
committer | Oded Gabbay <oded.gabbay@gmail.com> | 2015-09-22 16:55:15 +0300 |
commit | 7b13cb0e28531ee95ef91ae9025c5dd1decab5bc (patch) | |
tree | a0fd7bbaeb09ef1bc4b27792f986c3132d61c451 | |
parent | 204fcd24d9b7e3988b7496e723014f327828751a (diff) |
Pre-release version bump to 0.32.8pixman-0.32.8
Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index cb4df89..97494e6 100644 --- a/configure.ac +++ b/configure.ac @@ -54,7 +54,7 @@ AC_PREREQ([2.57]) m4_define([pixman_major], 0) m4_define([pixman_minor], 32) -m4_define([pixman_micro], 7) +m4_define([pixman_micro], 8) m4_define([pixman_version],[pixman_major.pixman_minor.pixman_micro]) |