summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2014-10-14 03:05:28 +0200
committerGravatar Martin Szulecki2014-10-14 03:05:28 +0200
commita2c5ec6350597ad6a84341579c9d1d1780e97a98 (patch)
tree97483be8bcb98f22894e564a6350bb4b81f157b6 /configure.ac
parent27ed36c03297713d2cfa79431cdc8105602e80c2 (diff)
downloadlibplist-a2c5ec6350597ad6a84341579c9d1d1780e97a98.tar.gz
libplist-a2c5ec6350597ad6a84341579c9d1d1780e97a98.tar.bz2
Post-release version bump to 1.13
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
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 @@
2# Process this file with autoconf to produce a configure script. 2# Process this file with autoconf to produce a configure script.
3 3
4AC_PREREQ(2.61) 4AC_PREREQ(2.61)
5AC_INIT(libplist, 1.12, nospam@nowhere.com) 5AC_INIT(libplist, 1.13, nospam@nowhere.com)
6AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip check-news]) 6AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip check-news])
7m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES]) 7m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
8AC_CONFIG_SRCDIR([src/]) 8AC_CONFIG_SRCDIR([src/])