diff options
author | Søren Sandmann Pedersen <ssp@redhat.com> | 2012-03-08 09:33:16 -0500 |
---|---|---|
committer | Søren Sandmann Pedersen <ssp@redhat.com> | 2012-03-08 09:33:16 -0500 |
commit | f73f7985318bf0e7446941d9bea9a94b35580342 (patch) | |
tree | b8775679dd9596bfa58d02169f4890a73fd95a01 | |
parent | 62df04eb257d16fbb4449855a48f6fdaf567e201 (diff) |
Pre-release version bump to 0.25.2pixman-0.25.2
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 5eeb6a5..5ca062a 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], 1) +m4_define([pixman_micro], 2) m4_define([pixman_version],[pixman_major.pixman_minor.pixman_micro]) |