diff options
author | Nikias Bassen | 2014-03-22 01:51:08 +0100 |
---|---|---|
committer | Nikias Bassen | 2014-03-22 01:51:08 +0100 |
commit | f5f2f5e372b4f961ee949ff53f341ffea9af5b55 (patch) | |
tree | 9e7bd0b540359664c2c15ef99829e6dfbc663c6a /configure.ac | |
parent | 4f7d325c66dda5fc62dfac68c4231f4115d8a8dd (diff) | |
download | libplist-f5f2f5e372b4f961ee949ff53f341ffea9af5b55.tar.gz libplist-f5f2f5e372b4f961ee949ff53f341ffea9af5b55.tar.bz2 |
Post-release version bump to 1.12
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 4e99deb..8fd466c 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT(libplist, 1.11, nospam@nowhere.com) +AC_INIT(libplist, 1.12, nospam@nowhere.com) AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES]) AC_CONFIG_SRCDIR([src/]) |