summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <ssp@redhat.com>2012-05-15 13:20:09 -0400
committerSøren Sandmann Pedersen <ssp@redhat.com>2012-05-15 13:20:09 -0400
commit1e1a00e964a1d8ef43d6d75c1c3a0b5d518d1979 (patch)
treebbbc1f15ffbfc26dd8f37a1015343cf56980ad72
parentb2c16aaadfae64d2573abb537bfedd92c13b8d06 (diff)
Pre-release version bump to 0.25.6pixman-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.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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])