diff options
author | Matthias Clasen <mclasen@redhat.com> | 2012-11-19 20:35:16 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2012-11-19 20:35:16 -0500 |
commit | 93123e2a00779b840f7876013135ac2a2dbd4b46 (patch) | |
tree | 87c43bd76c55a50b6a21f071c207c54fb3f0e357 | |
parent | a708724fe791a1483cf5d0ac4578c9f314dd7790 (diff) | |
download | pango-93123e2a00779b840f7876013135ac2a2dbd4b46.tar.gz |
Post-release version bump
-rw-r--r-- | configure.ac | 4 |
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]) |