diff options
author | Michael Vogt <mvo@debian.org> | 2004-12-23 11:29:13 +0000 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2004-12-23 11:29:13 +0000 |
commit | a789b983b99696793857dd58f6d4ea1efe17470e (patch) | |
tree | 198cdd2c03d202abec9e79a91081574b934fcccd /configure.in | |
parent | 5f0ccad882f7d811e4bea2a7b269f32be2fb1bd9 (diff) |
* changelog updated, version is now 0.6.27ubuntu4; added DEB_BUILD_PROG_OPTS to debian/rules
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 55062a2b8..b46decc11 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.27ubuntu3") +AC_DEFINE_UNQUOTED(VERSION,"0.6.27ubuntu4") PACKAGE="apt" AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE") AC_SUBST(PACKAGE) |