summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorSarah Hobbs <hobbsee@kubuntu.org>2007-07-06 17:47:07 +1000
committerSarah Hobbs <hobbsee@kubuntu.org>2007-07-06 17:47:07 +1000
commitbe7f42304a5dd381f2ad82a921e9041df55b5ec9 (patch)
tree70942f1c091867aa810ea32c858ee98f17e57902 /configure.in
parent94d1fa98304a9aa1108daa765acbc4a90a0e17d2 (diff)
Adds support for installing recommends from *metapackages, including universe/metapackages, so things like x/k/ubuntu-restricted-extras packages work. This currently doesnt build - but builds more than it did before!
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 e92f3ffd2..89586a4ee 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.2ubuntu3")
+AC_DEFINE_UNQUOTED(VERSION,"0.7.2ubuntu5")
PACKAGE="apt"
AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE")
AC_SUBST(PACKAGE)