diff options
author | Søren Sandmann Pedersen <sandmann@redhat.com> | 2009-09-28 09:20:13 -0400 |
---|---|---|
committer | Søren Sandmann Pedersen <sandmann@redhat.com> | 2009-09-28 09:20:13 -0400 |
commit | 601e4dc6fd78984701a231e48fabd1e1e3e23d38 (patch) | |
tree | 57536c6954097964f2e7a33f2364589500c18765 | |
parent | b765dcb554e4328c8502433474a28af30c0bb7f3 (diff) |
Pre-release version bumppixman-0.16.2
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index fbc73f6..a1c6949 100644 --- a/configure.ac +++ b/configure.ac @@ -54,7 +54,7 @@ AC_PREREQ([2.57]) m4_define([pixman_major], 0) m4_define([pixman_minor], 16) -m4_define([pixman_micro], 1) +m4_define([pixman_micro], 2) m4_define([pixman_version],[pixman_major.pixman_minor.pixman_micro]) |