diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-09-11 20:28:47 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-09-11 20:28:47 +0200 |
commit | e43312cf4e19bd3eab15a4f43a586e2ab28c9763 (patch) | |
tree | 086be474148b2d90cc3ea1f1d79f363721ce91c3 /configure.in | |
parent | a44aeb52f0476ed56feff82b1cfd2fa84e7a1223 (diff) | |
parent | da50ba30b371f21f264c040ca9f2161771d55233 (diff) |
* apt-pkg/acquire.cc:
- increase MaxPipeDepth for the internal worker<->method
communication to 1000 for the debtorrent backend
* make apt build with g++ 4.3
* apt-pkg/acquire.cc:
- increase MaxPipeDepth for the internal worker<->method
communication to 1000 for the debtorrent backend
* make apt build with g++ 4.3
* dpkg-triggers: Deal properly with new package states.
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 736706c0c..355129dea 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.6ubuntu8") +AC_DEFINE_UNQUOTED(VERSION,"0.7.6ubuntu9") PACKAGE="apt" AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE") AC_SUBST(PACKAGE) |