summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Leigh <rleigh@debian.org>2006-02-27 20:56:44 +0000
committerRoger Leigh <rleigh@debian.org>2006-02-27 20:56:44 +0000
commit8f8de1f963b3c5ad1bf0d12a23690e3ee4bed958 (patch)
tree036b07373cc752f87e1ba54e6c3809679b7fbac2
parentef04dfb1f8619892ee53d901811c680deab043b1 (diff)
downloadschroot-8f8de1f963b3c5ad1bf0d12a23690e3ee4bed958.tar.gz
* configure.ac: Bump version to 0.2.6.
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac4
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index f871cd60..7886ddb3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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])