summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2007-12-07 16:21:47 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2007-12-07 16:21:47 +0100
commitaefa6fa625b07dd9d819d0aff30c229428bbc424 (patch)
treef81c98927248770bdcc8322f0cd2d9b2cda18341 /configure.in
parent0df1d3ac4312a2051b10478cf1c8b242864cb3b1 (diff)
parentef9425971e042680337120e5efaa628470ad68c4 (diff)
* apt-pkg/acquire-item.{cc,h}:
- make the authentication download code more robust against servers/proxies with broken If-Range implementations
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index a2b554a0c..52e85fc5b 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.9ubuntu1")
+AC_DEFINE_UNQUOTED(VERSION,"0.7.9ubuntu1~ppa1")
PACKAGE="apt"
AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE")
AC_SUBST(PACKAGE)