summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2008-11-07 21:04:50 +0100
committerMichael Vogt <mvo@debian.org>2008-11-07 21:04:50 +0100
commitcf85342f56a75e8823d900f2e6db9a93537b31c6 (patch)
tree1edeb7739e9236ff9eb63ffa25d105c6fd9cb18f /configure.in
parente6d9c2b40e935d4a2690173f324705fbd56baf5a (diff)
parent425684e05521bba07b03dc2c5e647908ce757141 (diff)
* doc/examples/configure-index:
- Removed obsoleted header line. (Closes: #417638) - Changed 'linux-kernel' to 'linux-image'. * doc/sources.list.5.xml: - Fixed typo and grammar in 'sources.list.d' section. Thanks to Timothy G Abbott <tabbott@MIT.EDU>. (Closes: #478098) * doc/apt-get.8.xml: - Advanced descriptions for 'remove' and 'purge' options. (Closes: #274283) * debian/rules: - Target 'apt' need to depend on 'build-doc'. Thanks for Peter Green. Fixes FTBFS. (Closes: #504181)
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 bf4116e8b..0ffbc67ff 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.17")
+AC_DEFINE_UNQUOTED(VERSION,"0.7.18")
PACKAGE="apt"
AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE")
AC_SUBST(PACKAGE)