diff options
author | Søren Sandmann Pedersen <ssp@redhat.com> | 2012-12-10 06:46:20 -0500 |
---|---|---|
committer | Søren Sandmann Pedersen <ssp@redhat.com> | 2012-12-10 06:46:36 -0500 |
commit | a5e5179b5624c99c812e9bf6e7b907e355a811e8 (patch) | |
tree | 40b74f579b8f6e8abe1ba2ac46ac1ec14ae19a89 | |
parent | 6e270a7968ef45941a255919e83518fa1962d662 (diff) |
Pre-release version bump to 0.28.2pixman-0.28.2
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e746af8..d23054f 100644 --- a/configure.ac +++ b/configure.ac @@ -54,7 +54,7 @@ AC_PREREQ([2.57]) m4_define([pixman_major], 0) m4_define([pixman_minor], 28) -m4_define([pixman_micro], 1) +m4_define([pixman_micro], 2) m4_define([pixman_version],[pixman_major.pixman_minor.pixman_micro]) |