diff options
author | Søren Sandmann Pedersen <ssp@redhat.com> | 2012-11-07 13:45:09 -0500 |
---|---|---|
committer | Søren Sandmann Pedersen <ssp@redhat.com> | 2012-11-07 13:45:09 -0500 |
commit | f2ada9e63fdd1034766e86d71008e0d819074f27 (patch) | |
tree | b5d42c3acfa1c0c53248cbae1bd6b2f78c187496 | |
parent | 8a2ff3e0ef0449921d962f8b9c093c2353ffd945 (diff) |
Post-release version bump to 0.29.1
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 65f7162..45b709d 100644 --- a/configure.ac +++ b/configure.ac @@ -53,8 +53,8 @@ AC_PREREQ([2.57]) # m4_define([pixman_major], 0) -m4_define([pixman_minor], 28) -m4_define([pixman_micro], 0) +m4_define([pixman_minor], 29) +m4_define([pixman_micro], 1) m4_define([pixman_version],[pixman_major.pixman_minor.pixman_micro]) |