From d70141955e9f85b80f193bf4b453b698f5115734 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Wed, 8 May 2013 19:40:12 -0400 Subject: [PATCH] Post-release version bump to 0.31.1 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index ad1f47e..c43a0d2 100644 --- a/configure.ac +++ b/configure.ac @@ -53,8 +53,8 @@ AC_PREREQ([2.57]) # m4_define([pixman_major], 0) -m4_define([pixman_minor], 30) -m4_define([pixman_micro], 0) +m4_define([pixman_minor], 31) +m4_define([pixman_micro], 1) m4_define([pixman_version],[pixman_major.pixman_minor.pixman_micro]) -- 2.7.4