From: Søren Sandmann Pedersen Date: Tue, 15 May 2012 17:20:09 +0000 (-0400) Subject: Pre-release version bump to 0.25.6 X-Git-Tag: pixman-0.25.6^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1e1a00e964a1d8ef43d6d75c1c3a0b5d518d1979;p=platform%2Fupstream%2Fpixman.git Pre-release version bump to 0.25.6 Note that 0.25.4 was a botched release that doesn't have a tag and doesn't correspond to any commit ID. It was however uploaded and announced, so I'll just use the 0.25.6 version number. --- diff --git a/configure.ac b/configure.ac index d949839..502815e 100644 --- a/configure.ac +++ b/configure.ac @@ -54,7 +54,7 @@ AC_PREREQ([2.57]) m4_define([pixman_major], 0) m4_define([pixman_minor], 25) -m4_define([pixman_micro], 3) +m4_define([pixman_micro], 6) m4_define([pixman_version],[pixman_major.pixman_minor.pixman_micro])