diff options
author | Søren Sandmann Pedersen <ssp@redhat.com> | 2010-03-05 20:06:08 -0500 |
---|---|---|
committer | Søren Sandmann Pedersen <ssp@redhat.com> | 2010-03-05 20:06:08 -0500 |
commit | 14fd287efb63c1f31d37053ebbbf500d0841c053 (patch) | |
tree | 7cf21331727c98fcd5cccdce9ae8221ee18b34ca | |
parent | bd9934551f72f4993016cab1d7be3b1e545629b1 (diff) |
Pre-release version bump to 0.17.10
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 509379d..a84d560 100644 --- a/configure.ac +++ b/configure.ac @@ -54,7 +54,7 @@ AC_PREREQ([2.57]) m4_define([pixman_major], 0) m4_define([pixman_minor], 17) -m4_define([pixman_micro], 9) +m4_define([pixman_micro], 10) m4_define([pixman_version],[pixman_major.pixman_minor.pixman_micro]) |