diff options
author | Eugene V. Lyubimkin <jackyf@1501-debian> | 2008-12-06 23:34:11 +0200 |
---|---|---|
committer | Eugene V. Lyubimkin <jackyf@1501-debian> | 2008-12-06 23:34:11 +0200 |
commit | 45b5cb269dccfb8835901b54701a96237a84bf26 (patch) | |
tree | 0beb2718632a5c8b104726a5d797a340ece659a2 | |
parent | 0224daf23a4b89a85967aec6639b189495d1326a (diff) |
Included missing file debian/apt-transport-https.README to repo.
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | debian/apt-transport-https.README | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 0ffbc67ff..04d8a4712 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.18") +AC_DEFINE_UNQUOTED(VERSION,"0.7.20") PACKAGE="apt" AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE") AC_SUBST(PACKAGE) diff --git a/debian/apt-transport-https.README b/debian/apt-transport-https.README new file mode 100644 index 000000000..0c470a1a2 --- /dev/null +++ b/debian/apt-transport-https.README @@ -0,0 +1,2 @@ +See APT::https group of options in apt.conf(5) to configure how APT will handle +https:// URIs. |