diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-01-04 17:52:59 +0000 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-01-04 17:52:59 +0000 |
commit | 092ae175f070124ba0857429609e5613a4606934 (patch) | |
tree | 5c909b45fb934e7863e4445ed7a5dc6e613c3d9d /configure.in | |
parent | 29628967c993d75db73a235e4fb1d4faaa028f9f (diff) |
* make apt-get source smarter about not downloading the same sources twice
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 18cdbfdde..b975031e5 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.43") +AC_DEFINE_UNQUOTED(VERSION,"0.6.43.1") PACKAGE="apt" AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE") AC_SUBST(PACKAGE) |