[openssl-commits] [tools] master update
Richard Levitte
levitte at openssl.org
Wed Jun 21 09:55:29 UTC 2017
The branch master has been updated
via 0202cbb2985cfcbb3f65e20f5e38bbc11adc386d (commit)
from c7179aa509ae8e9b5c4b6c51df27bd00c0f698f4 (commit)
- Log -----------------------------------------------------------------
commit 0202cbb2985cfcbb3f65e20f5e38bbc11adc386d
Author: Richard Levitte <levitte at openssl.org>
Date: Wed Jun 21 11:55:27 2017 +0200
OpenSSL-Query, QueryApp: bump to 1.1
-----------------------------------------------------------------------
Summary of changes:
OpenSSL-Query/Makefile.PL | 2 +-
QueryApp/Makefile.PL | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/OpenSSL-Query/Makefile.PL b/OpenSSL-Query/Makefile.PL
index fc4e660..ac80b4a 100644
--- a/OpenSSL-Query/Makefile.PL
+++ b/OpenSSL-Query/Makefile.PL
@@ -5,7 +5,7 @@ use inc::Module::Install;
name 'OpenSSL-Query';
module_name 'OpenSSL::Query';
-version '1.0';
+version '1.1';
abstract '';
author q{Richard Levitte <levitte at openssl.org>};
license 'apache';
diff --git a/QueryApp/Makefile.PL b/QueryApp/Makefile.PL
index 8fe421d..5d41e64 100644
--- a/QueryApp/Makefile.PL
+++ b/QueryApp/Makefile.PL
@@ -4,7 +4,7 @@ use warnings;
use inc::Module::Install;
name 'QueryApp';
-version '1.0';
+version '1.1';
abstract 'An OpenSSL query web app';
author q{Richard Levitte <levitte at openssl.org>};
license 'apache';
More information about the openssl-commits
mailing list