diff options
author | Søren Sandmann Pedersen <ssp@redhat.com> | 2012-01-18 15:49:24 -0500 |
---|---|---|
committer | Søren Sandmann Pedersen <ssp@redhat.com> | 2012-01-18 15:49:24 -0500 |
commit | 08070759c3eee28fc61a7bb56ed8e3c056410c97 (patch) | |
tree | 62227b98fee8694f38b5aec0df935c8c7a0d3dbe | |
parent | a9b4fa378b70412ccf065454be009c1f8da4003a (diff) |
Pre-release version bump to 0.24.2pixman-0.24.2
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 73009c9..6e93cf8 100644 --- a/configure.ac +++ b/configure.ac @@ -54,7 +54,7 @@ AC_PREREQ([2.57]) m4_define([pixman_major], 0) m4_define([pixman_minor], 24) -m4_define([pixman_micro], 1) +m4_define([pixman_micro], 2) m4_define([pixman_version],[pixman_major.pixman_minor.pixman_micro]) |