summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2013-09-26 09:47:54 +0200
committerGravatar Martin Szulecki2013-09-26 09:47:54 +0200
commit8dffdecf8fd5a080265b9b35e00091961bfd8648 (patch)
treefcedd830964b0d63d6123af74d1e0593ee1ea2ab /configure.ac
parent0cdd324d729a6864a95b7343c6927a7819047141 (diff)
downloadlibirecovery-8dffdecf8fd5a080265b9b35e00091961bfd8648.tar.gz
libirecovery-8dffdecf8fd5a080265b9b35e00091961bfd8648.tar.bz2
Bump version to 0.2.0
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 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/])