diff options
author | Søren Sandmann Pedersen <ssp@redhat.com> | 2013-04-30 18:50:04 -0400 |
---|---|---|
committer | Søren Sandmann Pedersen <ssp@redhat.com> | 2013-04-30 18:50:04 -0400 |
commit | 2714b5d201525e176429c0c030b8376a32b4f6c7 (patch) | |
tree | 0cf69e9a19abd02080434d0561f09dc3326b2873 | |
parent | 7fc2654a1fdd6d6c41eddaac50b3668433873679 (diff) |
Pre-release version bump to 0.29.4pixman-0.29.4
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b4d6c0c..e7099fb 100644 --- a/configure.ac +++ b/configure.ac @@ -54,7 +54,7 @@ AC_PREREQ([2.57]) m4_define([pixman_major], 0) m4_define([pixman_minor], 29) -m4_define([pixman_micro], 3) +m4_define([pixman_micro], 4) m4_define([pixman_version],[pixman_major.pixman_minor.pixman_micro]) |