diff options
author | Matt Zimmerman <matt.zimmerman@canonical.com> | 2005-06-29 15:40:30 +0000 |
---|---|---|
committer | Matt Zimmerman <matt.zimmerman@canonical.com> | 2005-06-29 15:40:30 +0000 |
commit | 41e258f65bd919b48b539230cc2ecc033750e184 (patch) | |
tree | 7283532202bfeefbaa397ad31910e8c6728956b9 | |
parent | 7439e2e988e5c097f922acd04b648deb54d16122 (diff) |
Update configure.in
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index bbf9ef1cd..8bbc39ca8 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.39ubuntu1") +AC_DEFINE_UNQUOTED(VERSION,"0.6.39ubuntu2") PACKAGE="apt" AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE") AC_SUBST(PACKAGE) |