diff options
author | Nikias Bassen | 2017-04-20 15:17:14 +0200 |
---|---|---|
committer | Nikias Bassen | 2017-04-20 15:17:14 +0200 |
commit | ac3cc954a3028d6133ec206e1b75ee70b25f78ad (patch) | |
tree | 48bfdb18b70a871ee1bfbcce3829a08b198c3d6e | |
parent | 4bb9b282ef2c68b7605b296ae1e9cab8aeee5383 (diff) | |
download | libplist-ac3cc954a3028d6133ec206e1b75ee70b25f78ad.tar.gz libplist-ac3cc954a3028d6133ec206e1b75ee70b25f78ad.tar.bz2 |
Bump version to 2.0.0 for release
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0d62f48..1ad1341 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.64) -AC_INIT([libplist], [1.13.0], [https://github.com/libimobiledevice/libplist/issues],, [http://libimobiledevice.org]) +AC_INIT([libplist], [2.0.0], [https://github.com/libimobiledevice/libplist/issues],, [http://libimobiledevice.org]) AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip check-news]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES]) AC_CONFIG_SRCDIR([src/]) |