summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2008-01-16 10:36:46 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2008-01-16 10:36:46 +0100
commitc63dd53856e58ccde7d1ec89302d2af0e8787b7e (patch)
tree9bbe57187488272555341e9e6fda53c966dad89f /configure.in
parentd4a805ff383438300e9c0475179e495f2b32c92a (diff)
parent76b8e5a572455fd7360d346a6c70428b1cb5de43 (diff)
* Merged apt-authentication-reliabilty branch. This means
that apt will refuse to update and use the old lists if the authentication of a repository that used to be authenticated fails. See https://wiki.ubuntu.com/AptAuthenticationReliability for more details.
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 932ea5014..0bc3288fd 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.9ubuntu4")
+AC_DEFINE_UNQUOTED(VERSION,"0.7.9ubuntu5")
PACKAGE="apt"
AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE")
AC_SUBST(PACKAGE)