diff options
author | Martin Szulecki | 2020-06-15 22:13:30 +0200 |
---|---|---|
committer | Martin Szulecki | 2020-06-15 22:13:30 +0200 |
commit | fbcfbf2cd6af29d05fdb17e129bb8db7a2253bd7 (patch) | |
tree | 9e88e1edfb771ce24ba491af4b581e96790b522c | |
parent | 1b9d9c3cdd3ef2f38198a21c356352f13641482d (diff) | |
download | libirecovery-fbcfbf2cd6af29d05fdb17e129bb8db7a2253bd7.tar.gz libirecovery-fbcfbf2cd6af29d05fdb17e129bb8db7a2253bd7.tar.bz2 |
Post release version bump to 1.0.1
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d35b289..7e8c7ea 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([libirecovery], [1.0.0], [https://github.com/libimobiledevice/libirecovery/issues],, [https://libimobiledevice.org]) +AC_INIT([libirecovery], [1.0.1], [https://github.com/libimobiledevice/libirecovery/issues],, [https://libimobiledevice.org]) AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip check-news]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES]) AC_CONFIG_SRCDIR([src/]) |