[openssl-commits] [tools] master update
Richard Levitte
levitte at openssl.org
Tue Sep 26 07:20:18 UTC 2017
The branch master has been updated
via b04864d53c9b7a32c9d0957b2760688e0d6696c3 (commit)
from 5a03dc8280b369d8807f0b53fa6a443735b7f030 (commit)
- Log -----------------------------------------------------------------
commit b04864d53c9b7a32c9d0957b2760688e0d6696c3
Author: Richard Levitte <levitte at openssl.org>
Date: Tue Sep 26 09:20:11 2017 +0200
QueryApp: touch the version number because of the change
-----------------------------------------------------------------------
Summary of changes:
QueryApp/Makefile.PL | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/QueryApp/Makefile.PL b/QueryApp/Makefile.PL
index 5d41e64..bb1dac9 100644
--- a/QueryApp/Makefile.PL
+++ b/QueryApp/Makefile.PL
@@ -4,7 +4,7 @@ use warnings;
use inc::Module::Install;
name 'QueryApp';
-version '1.1';
+version '1.2';
abstract 'An OpenSSL query web app';
author q{Richard Levitte <levitte at openssl.org>};
license 'apache';
More information about the openssl-commits
mailing list