From 687a09baf6fd858d393b8f284cfe7236b52d7457 Mon Sep 17 00:00:00 2001 From: J08nY Date: Wed, 28 Nov 2018 01:06:34 +0100 Subject: Bump version. --- src/cz/crcs/ectester/standalone/ECTesterStandalone.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/cz/crcs/ectester/standalone') diff --git a/src/cz/crcs/ectester/standalone/ECTesterStandalone.java b/src/cz/crcs/ectester/standalone/ECTesterStandalone.java index e19377d..707f031 100644 --- a/src/cz/crcs/ectester/standalone/ECTesterStandalone.java +++ b/src/cz/crcs/ectester/standalone/ECTesterStandalone.java @@ -65,7 +65,7 @@ import java.util.stream.Collectors; * Standalone part of ECTester, a tool for testing Elliptic curve implementations in software libraries. * * @author Jan Jancar johny@neuromancer.sk - * @version v0.3.0 + * @version v0.3.1 */ public class ECTesterStandalone { private ProviderECLibrary[] libs = new ProviderECLibrary[]{ @@ -84,7 +84,7 @@ public class ECTesterStandalone { private Options opts = new Options(); private TreeParser optParser; private TreeCommandLine cli; - public static final String VERSION = "v0.3.0"; + public static final String VERSION = "v0.3.1"; private static final String DESCRIPTION = "ECTesterStandalone " + VERSION + ", an Elliptic Curve Cryptography support tester/utility."; private static final String LICENSE = "MIT Licensed\nCopyright (c) 2016-2018 Petr Svenda "; private static final String CLI_HEADER = "\n" + DESCRIPTION + "\n\n"; -- cgit v1.2.3-70-g09d2