Skip to content

Commit 7e99177

Browse files
committed
Bump version.
1 parent ee13937 commit 7e99177

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/cz/crcs/ectester/reader/ECTesterReader.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
*
6161
* @author Petr Svenda petr@svenda.com
6262
* @author Jan Jancar johny@neuromancer.sk
63-
* @version v0.2.0
63+
* @version v0.3.0
6464
*/
6565
public class ECTesterReader {
6666
private CardMngr cardManager;
@@ -69,7 +69,7 @@ public class ECTesterReader {
6969
private Config cfg;
7070

7171
private Options opts = new Options();
72-
public static final String VERSION = "v0.2.0";
72+
public static final String VERSION = "v0.3.0";
7373
public static String GIT_COMMIT = "";
7474
private static String DESCRIPTION;
7575
private static String LICENSE = "MIT Licensed\nCopyright (c) 2016-2018 Petr Svenda <petr@svenda.com>";

src/cz/crcs/ectester/standalone/ECTesterStandalone.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
* Standalone part of ECTester, a tool for testing Elliptic curve implementations in software libraries.
6464
*
6565
* @author Jan Jancar johny@neuromancer.sk
66-
* @version v0.2.0
66+
* @version v0.3.0
6767
*/
6868
public class ECTesterStandalone {
6969
private ProviderECLibrary[] libs = new ProviderECLibrary[]{new SunECLib(), new BouncyCastleLib(), new TomcryptLib(), new BotanLib(), new CryptoppLib(), new OpensslLib(), new MscngLib()};
@@ -72,7 +72,7 @@ public class ECTesterStandalone {
7272
private Options opts = new Options();
7373
private TreeParser optParser;
7474
private TreeCommandLine cli;
75-
public static final String VERSION = "v0.2.0";
75+
public static final String VERSION = "v0.3.0";
7676
private static final String DESCRIPTION = "ECTesterStandalone " + VERSION + ", an Elliptic Curve Cryptography support tester/utility.";
7777
private static final String LICENSE = "MIT Licensed\nCopyright (c) 2016-2018 Petr Svenda <petr@svenda.com>";
7878
private static final String CLI_HEADER = "\n" + DESCRIPTION + "\n\n";

0 commit comments

Comments
 (0)