From c993cd9614a47657228e3125bdcedc0bd0e34164 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Wed, 27 Oct 2010 17:21:06 -0400 Subject: [PATCH] Version bump 0.21.1. The previous bump to 0.20.1 was a mistake; it belongs on the 0.20 branch. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ffe8dc5..b80cc5f 100644 --- a/configure.ac +++ b/configure.ac @@ -53,7 +53,7 @@ AC_PREREQ([2.57]) # m4_define([pixman_major], 0) -m4_define([pixman_minor], 20) +m4_define([pixman_minor], 21) m4_define([pixman_micro], 1) m4_define([pixman_version],[pixman_major.pixman_minor.pixman_micro]) -- 2.7.4