diff options
author | Søren Sandmann Pedersen <ssp@redhat.com> | 2010-04-01 05:23:31 -0400 |
---|---|---|
committer | Søren Sandmann Pedersen <ssp@redhat.com> | 2010-04-01 05:23:31 -0400 |
commit | e9dc568d6f585a153c47e970168a9c71d3e45fde (patch) | |
tree | 22ba4e276995d997e5f2b3685aa8481a81f18e33 | |
parent | efd41c62875d97c5127233cb6a4c353b4d495531 (diff) |
Pre-release version bump to 0.18.0pixman-0.18.0
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 95ba1c9..d13b6e6 100644 --- a/configure.ac +++ b/configure.ac @@ -53,8 +53,8 @@ AC_PREREQ([2.57]) # m4_define([pixman_major], 0) -m4_define([pixman_minor], 17) -m4_define([pixman_micro], 15) +m4_define([pixman_minor], 18) +m4_define([pixman_micro], 0) m4_define([pixman_version],[pixman_major.pixman_minor.pixman_micro]) |