diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2008-02-21 15:03:30 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2008-02-21 15:03:30 +0100 |
commit | b098f0f4e4bf6538182dc7b9127566b483477806 (patch) | |
tree | 392178fe13c38081c7ac49b4d1db63ec2fcfad4f /configure.in | |
parent | 1fdd4ac46faf85127aa923ef16220f8951f3f182 (diff) | |
parent | e06c72cd8d39433b04883f35dea81619b8464b0e (diff) |
* apt-pkg/algorithms.cc:
- add APT::Update::Post-Invoke-Success script slot
(LP: #188127)
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 2e3fa05e8..252018e37 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.7.9ubuntu10") +AC_DEFINE_UNQUOTED(VERSION,"0.7.9ubuntu11") PACKAGE="apt" AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE") AC_SUBST(PACKAGE) |