diff options
| author | 2011-04-25 09:30:24 +0200 | |
|---|---|---|
| committer | 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 @@ | |||
| 2 | # Process this file with autoconf to produce a configure script. | 2 | # Process this file with autoconf to produce a configure script. |
| 3 | 3 | ||
| 4 | AC_PREREQ(2.61) | 4 | AC_PREREQ(2.61) |
| 5 | AC_INIT(ideviceinstaller, 1.0.0, nospam@nowhere.com) | 5 | AC_INIT(ideviceinstaller, 1.0.1, nospam@nowhere.com) |
| 6 | AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip]) | 6 | AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip]) |
| 7 | m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES]) | 7 | m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES]) |
| 8 | AC_CONFIG_SRCDIR([src/]) | 8 | AC_CONFIG_SRCDIR([src/]) |
