diff options
author | Martin Szulecki | 2011-04-25 09:30:24 +0200 |
---|---|---|
committer | Martin Szulecki | 2011-04-25 09:30:24 +0200 |
commit | 91320726987b922e507b93bc1dd1df8e118ce6ff (patch) | |
tree | 64472a12200fc72d760e6f36ee858810d5ecad67 | |
parent | 7d7546510c77be1d11c207f53f37417442488758 (diff) | |
download | ideviceinstaller-91320726987b922e507b93bc1dd1df8e118ce6ff.tar.gz ideviceinstaller-91320726987b922e507b93bc1dd1df8e118ce6ff.tar.bz2 |
Bump version 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 277f966..f4af295 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(ideviceinstaller, 1.0.0, nospam@nowhere.com) +AC_INIT(ideviceinstaller, 1.0.1, nospam@nowhere.com) AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES]) AC_CONFIG_SRCDIR([src/]) |