summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMichael Vogt <egon@debian-devbox>2011-08-05 10:48:18 +0200
committerMichael Vogt <egon@debian-devbox>2011-08-05 10:48:18 +0200
commitc5f661b715fbd86fcbca694c44bb8422f01db267 (patch)
tree064181b494c129c394314f7c337e143a04d2101f /configure.in
parent8efc4d7b07ea389aa26eb017b66080eee2940653 (diff)
* apt-pkg/acquire-item.{cc,h}:
- do not check for a "Package" tag in optional index targets like the translations index
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 3dde2fe47..89c4b240c 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.8.15")
+AC_DEFINE_UNQUOTED(VERSION,"0.8.16~exp5")
PACKAGE="apt"
AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE")
AC_SUBST(PACKAGE)