diff options
author | Søren Sandmann Pedersen <ssp@redhat.com> | 2010-08-21 06:33:19 -0400 |
---|---|---|
committer | Søren Sandmann Pedersen <ssp@redhat.com> | 2010-08-21 06:33:19 -0400 |
commit | 39308ed3b07afb92140770007124b7e544b83090 (patch) | |
tree | d5bbabb51e90ad2ae8d5957d6cee983eff16b75f | |
parent | 393ccab74e9aa466e2fdd91319012e2c18f4ef84 (diff) |
Pre-release version bump to 0.19.2pixman-0.19.2
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index acec8a1..de49fcb 100644 --- a/configure.ac +++ b/configure.ac @@ -54,7 +54,7 @@ AC_PREREQ([2.57]) m4_define([pixman_major], 0) m4_define([pixman_minor], 19) -m4_define([pixman_micro], 1) +m4_define([pixman_micro], 2) m4_define([pixman_version],[pixman_major.pixman_minor.pixman_micro]) |