diff options
author | Martin Szulecki | 2013-09-26 09:47:54 +0200 |
---|---|---|
committer | Martin Szulecki | 2013-09-26 09:47:54 +0200 |
commit | 8dffdecf8fd5a080265b9b35e00091961bfd8648 (patch) | |
tree | fcedd830964b0d63d6123af74d1e0593ee1ea2ab /configure.ac | |
parent | 0cdd324d729a6864a95b7343c6927a7819047141 (diff) | |
download | libirecovery-8dffdecf8fd5a080265b9b35e00091961bfd8648.tar.gz libirecovery-8dffdecf8fd5a080265b9b35e00091961bfd8648.tar.bz2 |
Bump version to 0.2.0
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 38a0d6c..2794e6b 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(libirecovery, 0.1.1, nospam@nowhere.com) +AC_INIT(libirecovery, 0.2.0, nospam@nowhere.com) AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES]) AC_CONFIG_SRCDIR([src/]) |