diff options
author | Martin Szulecki | 2010-05-06 15:07:25 +0200 |
---|---|---|
committer | Martin Szulecki | 2010-05-06 15:07:25 +0200 |
commit | c2cfddae8fabbb80f8d1b85abf3cea84b13355c8 (patch) | |
tree | 58f7ebc5e80f4f73dd288ed97d4b1799e056ada0 | |
parent | a8a21e423fa804610b8a6d276f7bd86f66f1e27a (diff) | |
download | sbmanager-c2cfddae8fabbb80f8d1b85abf3cea84b13355c8.tar.gz sbmanager-c2cfddae8fabbb80f8d1b85abf3cea84b13355c8.tar.bz2 |
Lower version to 0.1.0 as some funny people already start packaging us
A proper release is needed.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 022fc88..3bf87ae 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(sbmanager, 1.0.0, nospam@nowhere.com) +AC_INIT(sbmanager, 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/]) |