aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/standalone/ECTesterStandalone.java
diff options
context:
space:
mode:
authorJ08nY2019-03-18 11:03:15 +0100
committerJ08nY2019-03-18 11:03:15 +0100
commit9bd35dfc2e5e6c4fca10a67080743afdf043eaf1 (patch)
treecfc5626039fb58d8b449ba0b3816b513b0eea498 /src/cz/crcs/ectester/standalone/ECTesterStandalone.java
parent529ab9c66b20e4308f88b63ead3318fd52e47eab (diff)
downloadECTester-9bd35dfc2e5e6c4fca10a67080743afdf043eaf1.tar.gz
ECTester-9bd35dfc2e5e6c4fca10a67080743afdf043eaf1.tar.zst
ECTester-9bd35dfc2e5e6c4fca10a67080743afdf043eaf1.zip
Bump version.
Diffstat (limited to '')
-rw-r--r--src/cz/crcs/ectester/standalone/ECTesterStandalone.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cz/crcs/ectester/standalone/ECTesterStandalone.java b/src/cz/crcs/ectester/standalone/ECTesterStandalone.java
index e39944b..6143751 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.2
+ * @version v0.3.3
*/
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.2";
+ public static final String VERSION = "v0.3.3";
private static final String DESCRIPTION = "ECTesterStandalone " + VERSION + ", an Elliptic Curve Cryptography support tester/utility.";
private static final String LICENSE = "MIT Licensed\nCopyright © 2016-2019 Petr Svenda <petr@svenda.com>\nCopyright © 2016-2019 Jan Jancar <johny@neuromancer.sk>";
private static final String CLI_HEADER = "\n" + DESCRIPTION + "\n\n";