Browse Source

Included missing file debian/apt-transport-https.README to repo.

Eugene V. Lyubimkin 15 years ago
parent
commit
45b5cb269d
2 changed files with 3 additions and 1 deletions
  1. 1 1
      configure.in
  2. 2 0
      debian/apt-transport-https.README

+ 1 - 1
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)

+ 2 - 0
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.