diff options
author | Michael Vogt <mvo@debian.org> | 2005-10-22 21:57:07 +0000 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2005-10-22 21:57:07 +0000 |
commit | ba130675088a7e10365ef932c0c0b548bd2586ad (patch) | |
tree | 7fcb1d85da545c2a634b75efc4b392a7469f3821 /configure.in | |
parent | 5892add65ba0088429351c296990a7b37b02a8dd (diff) | |
parent | 849eef0c94ee30fd6e0fb38f54ed308a6b138a5c (diff) |
* merge with apt--mvo--0
Patches applied:
* michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-78
* fix a incorrect example
* michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-79
* revert patch from patch-59, causes all sorts of trouble
* michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-80
* fix changelog
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 7504490c7..758727f2f 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.42") +AC_DEFINE_UNQUOTED(VERSION,"0.6.42.1") PACKAGE="apt" AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE") AC_SUBST(PACKAGE) |