diff options
author | Søren Sandmann Pedersen <ssp@redhat.com> | 2012-02-08 19:03:22 -0500 |
---|---|---|
committer | Søren Sandmann Pedersen <ssp@redhat.com> | 2012-02-08 19:03:22 -0500 |
commit | 8bff730a98dd7e68192743717bf8c9384d5c0c5b (patch) | |
tree | 746cf3bf6a66391f099a79319e786945812e0f21 | |
parent | c5c866a394c823b2980eff15ce33ce8356010bbe (diff) |
Pre-release version bump to 0.24.4pixman-0.24.4
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b28fe62..101b9e6 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], 3) +m4_define([pixman_micro], 4) m4_define([pixman_version],[pixman_major.pixman_minor.pixman_micro]) |