diff options
author | Martin Szulecki | 2014-10-14 03:05:28 +0200 |
---|---|---|
committer | Martin Szulecki | 2014-10-14 03:05:28 +0200 |
commit | a2c5ec6350597ad6a84341579c9d1d1780e97a98 (patch) | |
tree | 97483be8bcb98f22894e564a6350bb4b81f157b6 | |
parent | 27ed36c03297713d2cfa79431cdc8105602e80c2 (diff) | |
download | libplist-a2c5ec6350597ad6a84341579c9d1d1780e97a98.tar.gz libplist-a2c5ec6350597ad6a84341579c9d1d1780e97a98.tar.bz2 |
Post-release version bump to 1.13
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 5362719..fb6b196 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.12, nospam@nowhere.com) +AC_INIT(libplist, 1.13, nospam@nowhere.com) AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip check-news]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES]) AC_CONFIG_SRCDIR([src/]) |