summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRoger Leigh <rleigh@debian.org>2005-12-29 00:44:51 +0000
committerRoger Leigh <rleigh@debian.org>2005-12-29 00:44:51 +0000
commitc224b465a89874bd44afd222217a88006835776a (patch)
treeaf53a99a9156766881ba782d78da94addb738b69 /configure.ac
parenta03b7987919070df3b8cae36eac3495a106ae962 (diff)
downloadschroot-c224b465a89874bd44afd222217a88006835776a.tar.gz
* configure.ac: Bump version to 0.2.0, following the C++ and
doxygen work.
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 0af5e586..3adb6626 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@ dnl The minimum version of autoconf required.
AC_PREREQ(2.59)
dnl Initialise automake with the package name, version and
dnl bug-reporting address.
-AC_INIT([schroot], [0.1.8], [rleigh@debian.org])
+AC_INIT([schroot], [0.2.0], [rleigh@debian.org])
dnl For safety, check we are in the right directory by
dnl checking for a known unique file.
AC_CONFIG_SRCDIR([schroot/sbuild-session.cc])