diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2005-09-12 13:49:44 +0000 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2005-09-12 13:49:44 +0000 |
commit | e3c00bf5af56e2575ffb0db49dd6d706544ca30b (patch) | |
tree | 265c4675670559ab3a180795217129b4ee22018a /configure.in | |
parent | 3971f8e87d659d9ac657dafdf665019a9cfc5c4c (diff) | |
parent | 1a82c63ec114f123def943e16e8ec5ceaf8ed85a (diff) |
* cherry picked the media-change support from apt--mvo--0
Patches applied:
* michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-50
* meda-change message is send over status-fd now
* michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-51
* include a human readable string for the MediaChange status-fd message as well
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 8b38188da..03399f5c5 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.1ubuntu4") +AC_DEFINE_UNQUOTED(VERSION,"0.6.40.1ubuntu5") PACKAGE="apt" AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE") AC_SUBST(PACKAGE) |