diff options
author | Steve Langasek <steve.langasek@canonical.com> | 2012-04-06 01:12:43 +0000 |
---|---|---|
committer | Steve Langasek <steve.langasek@canonical.com> | 2012-04-06 01:12:43 +0000 |
commit | 925a7860ff339652e091da1927834490cc207f80 (patch) | |
tree | 712cc851ef504b7319cb5421ae75e8de40b701fe /configure.in | |
parent | 271bd589a5af63252590fadfe7b5f46a425f07fe (diff) |
releasing version 0.8.16~exp12ubuntu7
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 065afccf1..3e9692a53 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.8.16~exp9") +AC_DEFINE_UNQUOTED(VERSION,"0.8.16~exp12ubuntu7") PACKAGE="apt" AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE") AC_SUBST(PACKAGE) |