diff options
author | Oded Gabbay <oded.gabbay@gmail.com> | 2015-08-01 22:34:53 +0300 |
---|---|---|
committer | Oded Gabbay <oded.gabbay@gmail.com> | 2015-08-01 22:34:53 +0300 |
commit | ee790044b08e3b668e6aa5d9229f46ed7295ebf0 (patch) | |
tree | f780b3dd3c871a88151062a9e4924e6984e127e0 | |
parent | 8d9be3619a906855a3e3a1e052317833cb24cabe (diff) |
Pre-release version bump to 0.33.2pixman-0.33.2
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 0339494..554b6d2 100644 --- a/configure.ac +++ b/configure.ac @@ -54,7 +54,7 @@ AC_PREREQ([2.57]) m4_define([pixman_major], 0) m4_define([pixman_minor], 33) -m4_define([pixman_micro], 1) +m4_define([pixman_micro], 2) m4_define([pixman_version],[pixman_major.pixman_minor.pixman_micro]) |