diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2008-02-13 19:52:12 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2008-02-13 19:52:12 +0100 |
commit | fd9a8ca2ed30994a7946acbf54f25d27fe2b10cb (patch) | |
tree | f726ad29c5d63889bb2b07a0bf7c330f38a0599c /configure.in | |
parent | 2ce23a2ae5d85565603038cbeae59219d36b0aea (diff) |
cmdline/apt-key: import net_update key from the project/ directory for now
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 890643a3e..2e3fa05e8 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.9ubuntu8") +AC_DEFINE_UNQUOTED(VERSION,"0.7.9ubuntu10") PACKAGE="apt" AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE") AC_SUBST(PACKAGE) |