diff options
author | Werner Koch <[email protected]> | 2017-07-19 09:10:22 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2017-07-19 09:19:40 +0000 |
commit | 6153268aaf04ec960a4e1dcc50434e815a47e0e8 (patch) | |
tree | ff033b7bca692d653fbfa03b3b500d3087cf237d /configure.ac | |
parent | po: Update Norwegian translation (diff) | |
download | gnupg-1.4.22.tar.gz gnupg-1.4.22.zip |
Release 1.4.22gnupg-1.4.22
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f03859cac..f6ed9c27f 100644 --- a/configure.ac +++ b/configure.ac @@ -42,7 +42,7 @@ m4_define([mym4_betastring], m4_define([mym4_isgit],m4_if(mym4_betastring,[],[no],[yes])) m4_define([mym4_full_version],[mym4_version[]mym4_betastring]) -AC_INIT([gnupg],[mym4_full_version], [http://bugs.gnupg.org]) +AC_INIT([gnupg],[mym4_full_version], [https://bugs.gnupg.org]) development_version=mym4_isgit |