diff options
author | Søren Sandmann Pedersen <ssp@redhat.com> | 2010-10-20 16:25:55 -0400 |
---|---|---|
committer | Søren Sandmann Pedersen <ssp@redhat.com> | 2010-10-20 16:25:55 -0400 |
commit | d1051340155a099a523e71377b1d889eec8b972e (patch) | |
tree | f5096e3583aedeb99e1b2660d1a57107b0f5982c | |
parent | a966cd04c16ad0c34b0f17e9021a4f3532575ca4 (diff) |
Pre-release version bump to 0.19.6pixman-0.19.6
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index fc08def..4bd20fd 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], 5) +m4_define([pixman_micro], 6) m4_define([pixman_version],[pixman_major.pixman_minor.pixman_micro]) |