diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:59:35 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:59:35 +0000 |
commit | fc5997f84b9af7736ca3101de2dac9043c48e94b (patch) | |
tree | de6204a63c32e6c5172ca07b467c26c615c4da82 | |
parent | 34b9dd5ac0d90f997adbd70986014e4c692e47ad (diff) |
Restore version string
Author: jgg
Date: 2002-10-16 05:47:33 GMT
Restore version string
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 541232587..67c5f046a 100644 --- a/configure.in +++ b/configure.in @@ -17,7 +17,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,"") +AC_DEFINE_UNQUOTED(VERSION,"0.5.5") PACKAGE="apt" AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE") AC_SUBST(PACKAGE) |