diff options
author | Martin Szulecki | 2013-01-09 15:26:47 +0100 |
---|---|---|
committer | Martin Szulecki | 2013-01-09 15:26:47 +0100 |
commit | 21ba76975546cbe1f95ea9c0fe98a9fd2adec35a (patch) | |
tree | 375c0c318a441cf67694b8721175a88e08967bc1 /configure.ac | |
parent | fe3ec2e29f4bf25aa47506ed60ea7310387ff166 (diff) | |
download | libirecovery-21ba76975546cbe1f95ea9c0fe98a9fd2adec35a.tar.gz libirecovery-21ba76975546cbe1f95ea9c0fe98a9fd2adec35a.tar.bz2 |
Bump version to 0.1.1
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 a5afb57..0a89518 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.0, nospam@nowhere.com) +AC_INIT(libirecovery, 0.1.1, nospam@nowhere.com) AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES]) AC_CONFIG_SRCDIR([src/]) |