diff options
author | Daniel Burrows <dburrows@debian.org> | 2009-04-26 20:36:48 -0700 |
---|---|---|
committer | Daniel Burrows <dburrows@debian.org> | 2009-04-26 20:36:48 -0700 |
commit | 8aa978ab0a691dcbe2294b692d838a3770143b7f (patch) | |
tree | 97650c26392eda1c7cce2a6e9d6c80fa028a7e8e /configure.ac | |
parent | 0d143f172131a5062360cd816890a6f5c4ad79d5 (diff) | |
download | aptitude-8aa978ab0a691dcbe2294b692d838a3770143b7f.tar.gz |
Update the version number to 0.5.2.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 4a371e39..a4f43970 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.5.2) +AC_INIT(aptitude, 0.5.2.1) AC_CONFIG_SRCDIR([src/main.cc]) AM_INIT_AUTOMAKE AM_CONFIG_HEADER(config.h) |