diff options
author | Daniel Burrows <dburrows@debian.org> | 2009-10-25 12:01:08 -0700 |
---|---|---|
committer | Daniel Burrows <dburrows@debian.org> | 2009-10-25 12:01:08 -0700 |
commit | 7dead439324bfb6fb54d26988c1acca294f28489 (patch) | |
tree | e6b8ec2aa6ea83718bdbaef6de7fb40c3411f0dc /configure.ac | |
parent | d2f93deb8234b31a7731cdfe2228a33fe9c60020 (diff) | |
download | aptitude-7dead439324bfb6fb54d26988c1acca294f28489.tar.gz |
Bump the version number to 0.6.0.1.
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 3e5fdbda..0f8555f5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(aptitude, 0.6.0) +AC_INIT(aptitude, 0.6.0.1) AC_CONFIG_SRCDIR([src/main.cc]) AM_INIT_AUTOMAKE AM_CONFIG_HEADER(config.h) |