diff options
author | Søren Sandmann Pedersen <ssp@redhat.com> | 2012-05-26 16:17:14 -0400 |
---|---|---|
committer | Søren Sandmann Pedersen <ssp@redhat.com> | 2012-05-26 16:17:14 -0400 |
commit | b1a401e6c9f204d33a55eee41897d66ab81d6117 (patch) | |
tree | 5d1b3bf96515825101e7e34ff0b87695eb304203 | |
parent | f71e3dba979fcfc1cf87d01137e1e32451a173b1 (diff) |
Pre-release version bump to 0.26.0pixman-0.26.0
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 027a168..6cafab3 100644 --- a/configure.ac +++ b/configure.ac @@ -53,8 +53,8 @@ AC_PREREQ([2.57]) # m4_define([pixman_major], 0) -m4_define([pixman_minor], 25) -m4_define([pixman_micro], 7) +m4_define([pixman_minor], 26) +m4_define([pixman_micro], 0) m4_define([pixman_version],[pixman_major.pixman_minor.pixman_micro]) |