summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2010-05-06 15:09:27 +0200
committerGravatar Martin Szulecki2010-05-06 15:09:27 +0200
commitba6d098b6fe12ecdb0cde2c283ff77d2a8a22a06 (patch)
tree62cb75ced972a58caaf871c9005dd3c13449f76c /configure.ac
parent5ad76f5d56c13b75acfe11b964fa86aeddad2fd7 (diff)
downloadideviceinstaller-ba6d098b6fe12ecdb0cde2c283ff77d2a8a22a06.tar.gz
ideviceinstaller-ba6d098b6fe12ecdb0cde2c283ff77d2a8a22a06.tar.bz2
Lower version to 0.1.0 as some funny people already start packaging us
A proper release is needed.
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 4dc3d76..e8d22dd 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, 0.1.0, nospam@nowhere.com)
AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
AC_CONFIG_SRCDIR([src/])