diff options
author | Daniel Burrows <dburrows@debian.org> | 2009-04-22 23:17:52 -0700 |
---|---|---|
committer | Daniel Burrows <dburrows@debian.org> | 2009-04-22 23:17:52 -0700 |
commit | b80e8eb98c44a47466a9ba05d010613c934c59d1 (patch) | |
tree | 61cc89fc557513229f32d87392672a3aee8e7e9f /configure.ac | |
parent | da5a94726ca8d801d1794d119a197beb26ea18a1 (diff) | |
download | aptitude-b80e8eb98c44a47466a9ba05d010613c934c59d1.tar.gz |
Write a changelog entry for 0.5.2 and update the version number.
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 f13d4bad..4a371e39 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.1) +AC_INIT(aptitude, 0.5.2) AC_CONFIG_SRCDIR([src/main.cc]) AM_INIT_AUTOMAKE AM_CONFIG_HEADER(config.h) |