From ee790044b08e3b668e6aa5d9229f46ed7295ebf0 Mon Sep 17 00:00:00 2001 From: Oded Gabbay Date: Sat, 1 Aug 2015 22:34:53 +0300 Subject: [PATCH] Pre-release version bump to 0.33.2 Signed-off-by: Oded Gabbay --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]) -- 2.34.1