diff options
author | Søren Sandmann Pedersen <ssp@redhat.com> | 2010-11-16 16:43:26 -0500 |
---|---|---|
committer | Søren Sandmann Pedersen <ssp@redhat.com> | 2010-11-16 16:43:26 -0500 |
commit | 4646c238589986499834b28ed903c366b5ba15ed (patch) | |
tree | 4309b56b88c7a62488f2d75a83ca51d63623dc9f | |
parent | 536cf4dd3bd144ad1c65fc05f4883a31247a0f5d (diff) |
Pre-release version bumppixman-0.21.2
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 050e4b0..77cd3f8 100644 --- a/configure.ac +++ b/configure.ac @@ -54,7 +54,7 @@ AC_PREREQ([2.57]) m4_define([pixman_major], 0) m4_define([pixman_minor], 21) -m4_define([pixman_micro], 1) +m4_define([pixman_micro], 2) m4_define([pixman_version],[pixman_major.pixman_minor.pixman_micro]) |