diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-04-25 09:48:52 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-04-25 09:48:52 +0200 |
commit | eda1bb3c93661da4640026153d371c474f720d28 (patch) | |
tree | 6ade57daa520ba4a652be63a3f0cd1e86a11dd55 /configure.in | |
parent | 0e36721c09a1c7a77e9cf45bbbc8476d9ef5c60a (diff) |
* apt-pkg/deb/dpkgpm.cc: wording fixes (thanks to mdz)
* debian/changelog: updated
* debian/rules: invoke tar with --no-recursion to avoid cruft in the tarbal
* po/apt-all.pot: updated
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 8d4b99904..4c5583a0f 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.6.43.3") +AC_DEFINE_UNQUOTED(VERSION,"0.6.43.4") PACKAGE="apt" AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE") AC_SUBST(PACKAGE) |