diff options
author | Roger Leigh <rleigh@debian.org> | 2006-02-27 20:56:44 +0000 |
---|---|---|
committer | Roger Leigh <rleigh@debian.org> | 2006-02-27 20:56:44 +0000 |
commit | 8f8de1f963b3c5ad1bf0d12a23690e3ee4bed958 (patch) | |
tree | 036b07373cc752f87e1ba54e6c3809679b7fbac2 | |
parent | ef04dfb1f8619892ee53d901811c680deab043b1 (diff) | |
download | schroot-8f8de1f963b3c5ad1bf0d12a23690e3ee4bed958.tar.gz |
* configure.ac: Bump version to 0.2.6.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -1,5 +1,9 @@ 2006-02-27 Roger Leigh <rleigh@debian.org> + * configure.ac: Bump version to 0.2.6. + +2006-02-27 Roger Leigh <rleigh@debian.org> + * NEWS: Document "command-prefix" option. * schroot/schroot.conf.5.in: Document "command-prefix" option. diff --git a/configure.ac b/configure.ac index 5f9065d5..1a220682 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -# -*- Autoconf -*- +# -*- Autoconf -*- # Copyright © 2004-2006 Roger Leigh <rleigh@debian.org> # # schroot is free software; you can redistribute it and/or modify it @@ -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.2.5], [buildd-tools-devel@lists.alioth.debian.org]) +AC_INIT([schroot], [0.2.6], [buildd-tools-devel@lists.alioth.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]) |