summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2008-11-25 21:37:54 -0800
committerKeith Packard <keithp@keithp.com>2008-11-25 21:37:54 -0800
commit0191d1a41ea273e5b1920ed83dfa33820870ebae (patch)
tree31db9b3eb660320977a1d42dcb1e26a2403530c5
parent6002963ea32d05592da05a6eeafd5d8ee9d9d496 (diff)
Bump version to 0.13.2 for releasepixman-0.13.2
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7937f95..063f6eb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -54,7 +54,7 @@ AC_PREREQ([2.57])
m4_define([pixman_major], 0)
m4_define([pixman_minor], 13)
-m4_define([pixman_micro], 1)
+m4_define([pixman_micro], 2)
m4_define([pixman_version],[pixman_major.pixman_minor.pixman_micro])