diff options
author | Søren Sandmann Pedersen <ssp@redhat.com> | 2010-10-27 16:51:40 -0400 |
---|---|---|
committer | Søren Sandmann Pedersen <ssp@redhat.com> | 2010-10-27 16:51:40 -0400 |
commit | c5e048d46c32c43172fb8d1c067e82587f916953 (patch) | |
tree | 763d9451677bafb4485b421f60d990689c06d611 | |
parent | 6a6d9758af478e9f5eae48ccf15f1cbea2cf30ed (diff) |
Pre-release version bump to 0.20.0
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 0ad2d386..dd70f8ee 100644 --- a/configure.ac +++ b/configure.ac @@ -53,8 +53,8 @@ AC_PREREQ([2.57]) # m4_define([pixman_major], 0) -m4_define([pixman_minor], 19) -m4_define([pixman_micro], 7) +m4_define([pixman_minor], 20) +m4_define([pixman_micro], 0) m4_define([pixman_version],[pixman_major.pixman_minor.pixman_micro]) |