diff options
| -rw-r--r-- | Doxyfile | 2 | ||||
| -rw-r--r-- | src/ecgen.c | 4 | ||||
| -rw-r--r-- | src/io/cli.c | 5 |
3 files changed, 5 insertions, 6 deletions
@@ -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.7.5 +PROJECT_NUMBER = 0.7.6 # 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 d8befb4..069d6e0 100644 --- a/src/ecgen.c +++ b/src/ecgen.c @@ -20,7 +20,7 @@ /** * @file ecgen.c * @author J08nY <johny@neuromancer.sk> - * @version 0.7.5 + * @version 0.7.6 * @copyright GPL v2.0 */ #include <pari/pari.h> @@ -38,7 +38,7 @@ #endif const char *argp_program_version = - "ecgen 0.7.5" GIT_VERSION + "ecgen 0.7.6" GIT_VERSION "\n" "Compiled with: " PARIVERSION "\n\n" diff --git a/src/io/cli.c b/src/io/cli.c index de1fd12..a525a78 100644 --- a/src/io/cli.c +++ b/src/io/cli.c @@ -10,8 +10,7 @@ char cli_doc[] = "ecgen, tool for generating Elliptic curve domain parameters.\v(C) " - "2017-2018 " - "Eastern Seaboard Phishing Authority"; + "2017-2018,2021 J08nY"; char cli_args_doc[] = "bits"; enum opt_keys { @@ -441,4 +440,4 @@ char *cli_filter(int key, const char *text, void *input) { return (char *)text; } -void cli_quit() { regfree(&re_cm_order); }
\ No newline at end of file +void cli_quit() { regfree(&re_cm_order); } |
