summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRoger Leigh <rleigh@debian.org>2005-06-21 12:54:50 +0000
committerRoger Leigh <rleigh@debian.org>2005-06-21 12:54:50 +0000
commitcdb0e9804d8f41d63a04c0b9fbb5eb36e96e6d64 (patch)
tree5bee088217cabdfa267e2eec8dc50bcb45c0f06c /configure.ac
parentb9fd0947009fcc1c00ed6ea5061f9426a1cfba55 (diff)
downloadschroot-cdb0e9804d8f41d63a04c0b9fbb5eb36e96e6d64.tar.gz
Summary:
Add strict pointer checks and bump version Revision: schroot--mainline--0.1.1--patch-1 - Add strict pointer checks to all function arguments and before dereferencing object members. - Increase version number to 0.1.1.
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 b9f37259..85a8f66b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,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.0], [rleigh@debian.org])
+AC_INIT([schroot], [0.1.1], [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.c])