diff options
author | Martin Szulecki | 2010-03-31 23:08:51 +0200 |
---|---|---|
committer | Martin Szulecki | 2010-03-31 23:08:51 +0200 |
commit | 14ec9e17ad547c17707b0ba0cb0d94aeb465d268 (patch) | |
tree | 54633fd03c209ebb7c084542dc8881042e6c913c | |
parent | 71f9fe3a168f44faac3d24fb56c009caf7476c86 (diff) | |
download | libimobiledevice-14ec9e17ad547c17707b0ba0cb0d94aeb465d268.tar.gz libimobiledevice-14ec9e17ad547c17707b0ba0cb0d94aeb465d268.tar.bz2 |
Bump version to stable 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 6ead879..e309cec 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(libimobiledevice, 1.0.0, nospam@nowhere.com) +AC_INIT(libimobiledevice, 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/]) |