Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
J08nY committed Oct 15, 2018
1 parent ee13937 commit 7e99177
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/cz/crcs/ectester/reader/ECTesterReader.java
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
*
* @author Petr Svenda [email protected]
* @author Jan Jancar [email protected]
* @version v0.2.0
* @version v0.3.0
*/
public class ECTesterReader {
private CardMngr cardManager;
Expand All @@ -69,7 +69,7 @@ public class ECTesterReader {
private Config cfg;

private Options opts = new Options();
public static final String VERSION = "v0.2.0";
public static final String VERSION = "v0.3.0";
public static String GIT_COMMIT = "";
private static String DESCRIPTION;
private static String LICENSE = "MIT Licensed\nCopyright (c) 2016-2018 Petr Svenda <[email protected]>";
Expand Down
4 changes: 2 additions & 2 deletions src/cz/crcs/ectester/standalone/ECTesterStandalone.java
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
* Standalone part of ECTester, a tool for testing Elliptic curve implementations in software libraries.
*
* @author Jan Jancar [email protected]
* @version v0.2.0
* @version v0.3.0
*/
public class ECTesterStandalone {
private ProviderECLibrary[] libs = new ProviderECLibrary[]{new SunECLib(), new BouncyCastleLib(), new TomcryptLib(), new BotanLib(), new CryptoppLib(), new OpensslLib(), new MscngLib()};
Expand All @@ -72,7 +72,7 @@ public class ECTesterStandalone {
private Options opts = new Options();
private TreeParser optParser;
private TreeCommandLine cli;
public static final String VERSION = "v0.2.0";
public static final String VERSION = "v0.3.0";
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 <[email protected]>";
private static final String CLI_HEADER = "\n" + DESCRIPTION + "\n\n";
Expand Down

0 comments on commit 7e99177

Please sign in to comment.