summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ08nY2018-04-10 16:47:49 +0200
committerJ08nY2018-04-10 16:47:49 +0200
commit08bc4c908420bfc2b6e69090df0acd65045d3c1b (patch)
treee050cf4f840e8fb9de450b96394c3d16c9862f6e
parent9cb5c2fbf89174fd863e70fc89e441b7438fbe03 (diff)
downloadecgen-0.7.0.tar.gz
ecgen-0.7.0.tar.zst
ecgen-0.7.0.zip
-rw-r--r--Doxyfile2
-rw-r--r--src/ecgen.c4
-rw-r--r--src/io/cli.c2
3 files changed, 4 insertions, 4 deletions
diff --git a/Doxyfile b/Doxyfile
index 10af0f3..6074c71 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -38,7 +38,7 @@ PROJECT_NAME = "ecgen"
# could be handy for archiving the generated documentation or if some version
# control system is used.
-PROJECT_NUMBER = 0.6.5
+PROJECT_NUMBER = 0.7.0
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
diff --git a/src/ecgen.c b/src/ecgen.c
index 6311c64..4523517 100644
--- a/src/ecgen.c
+++ b/src/ecgen.c
@@ -20,7 +20,7 @@
/**
* @file ecgen.c
* @author J08nY <johny@neuromancer.sk>
- * @version 0.6.5
+ * @version 0.7.0
* @copyright GPL v2.0
*/
#include <pari/pari.h>
@@ -32,7 +32,7 @@
#include "util/timeout.h"
const char *argp_program_version =
- "ecgen 0.6.5\n"
+ "ecgen 0.7.0\n"
"Copyright (C) 2017-2018 J08nY\n"
"License GPLv2: GNU GPL version 2 (or later) "
"<http://gnu.org/licenses/gpl.html>\n"
diff --git a/src/io/cli.c b/src/io/cli.c
index 37c1a8e..f790ec3 100644
--- a/src/io/cli.c
+++ b/src/io/cli.c
@@ -9,7 +9,7 @@
#include "exhaustive/brainpool.h"
char cli_doc[] =
- "ecgen, tool for generating Elliptic curve domain parameters.\v(C) 2017 "
+ "ecgen, tool for generating Elliptic curve domain parameters.\v(C) 2017-2018 "
"Eastern Seaboard Phishing Authority";
char cli_args_doc[] = "bits";