diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2005-09-06 16:35:10 +0000 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2005-09-06 16:35:10 +0000 |
commit | d713e67d4bf668df8024aa9e3fa5875b6f056801 (patch) | |
tree | afc5f703d58adb59424d4f9ae730e3bbd0c200c1 /configure.in | |
parent | 5d4aff08accfd096d50d99a24df1437a2fa41c8d (diff) | |
parent | 8e29e348071f5d043e72c86a7c6d38e76a70c5ba (diff) |
* cherry-pick a fix from apt--mvo--0 to check the ctime as well when packages are removed (because they are too old)
Patches applied:
* michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-53
* check ctime as well in cron.daily when cleaning up packages in apt.cron.daily
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 6158933ee..494c68033 100644 --- a/configure.in +++ b/configure.in @@ -18,7 +18,7 @@ AC_CONFIG_AUX_DIR(buildlib) AC_CONFIG_HEADER(include/config.h:buildlib/config.h.in include/apti18n.h:buildlib/apti18n.h.in) dnl -- SET THIS TO THE RELEASE VERSION -- -AC_DEFINE_UNQUOTED(VERSION,"0.6.40.1ubuntu2") +AC_DEFINE_UNQUOTED(VERSION,"0.6.40.1ubuntu3") PACKAGE="apt" AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE") AC_SUBST(PACKAGE) |