diff options
author | Daniel Hartwig <mandyke@gmail.com> | 2012-04-24 13:42:54 +0800 |
---|---|---|
committer | Daniel Hartwig <mandyke@gmail.com> | 2012-04-24 13:42:54 +0800 |
commit | 7ae75d77e70990b85c157a968a9faffa276c6272 (patch) | |
tree | 0e2ee646f05bd6dd8f8fd8f03db3fb5c825de31c /configure.ac | |
parent | 203c42e703b81c4a3237256a378b531c9e0db225 (diff) | |
download | aptitude-7ae75d77e70990b85c157a968a9faffa276c6272.tar.gz |
Update build files for 0.6.7.
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 be0fe6b2..d4a6363c 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.6]) +AC_INIT([aptitude], [0.6.7]) AC_CONFIG_SRCDIR([src/main.cc]) AM_INIT_AUTOMAKE AM_CONFIG_HEADER(config.h) |