diff options
author | Roger Leigh <rleigh@debian.org> | 2005-12-29 00:44:51 +0000 |
---|---|---|
committer | Roger Leigh <rleigh@debian.org> | 2005-12-29 00:44:51 +0000 |
commit | c224b465a89874bd44afd222217a88006835776a (patch) | |
tree | af53a99a9156766881ba782d78da94addb738b69 /configure.ac | |
parent | a03b7987919070df3b8cae36eac3495a106ae962 (diff) | |
download | schroot-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.ac | 2 |
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]) |