diff options
author | Søren Sandmann Pedersen <ssp@redhat.com> | 2012-10-25 10:35:27 -0400 |
---|---|---|
committer | Søren Sandmann Pedersen <ssp@redhat.com> | 2012-10-25 10:35:27 -0400 |
commit | 0de3f3344908757b61f9f51b59d4a39f7447451b (patch) | |
tree | ca03a6ce8f6df79ec86d41700bc6d145488d49ae | |
parent | f0750258459580bbc9f136710f8e5c551bd01a0f (diff) |
Pre-release version bump to 0.27.4
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f9c0e027..1132bcdf 100644 --- a/configure.ac +++ b/configure.ac @@ -54,7 +54,7 @@ AC_PREREQ([2.57]) m4_define([pixman_major], 0) m4_define([pixman_minor], 27) -m4_define([pixman_micro], 3) +m4_define([pixman_micro], 4) m4_define([pixman_version],[pixman_major.pixman_minor.pixman_micro]) |