summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2012-11-19 20:35:16 -0500
committerMatthias Clasen <mclasen@redhat.com>2012-11-19 20:35:16 -0500
commit93123e2a00779b840f7876013135ac2a2dbd4b46 (patch)
tree87c43bd76c55a50b6a21f071c207c54fb3f0e357
parenta708724fe791a1483cf5d0ac4578c9f314dd7790 (diff)
downloadpango-93123e2a00779b840f7876013135ac2a2dbd4b46.tar.gz
Post-release version bump
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index f2fd530d..1a8011af 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to create configure.
AC_PREREQ(2.56)
dnl ==========================================================================
-dnl Versioning
+dnl Versioning
dnl ==========================================================================
dnl Making releases:
@@ -22,7 +22,7 @@ dnl
dnl The triplet
m4_define([pango_version_major], [1])
m4_define([pango_version_minor], [32])
-m4_define([pango_version_micro], [3])
+m4_define([pango_version_micro], [4])
m4_define([pango_version],
[pango_version_major.pango_version_minor.pango_version_micro])