From f8b17a7b7715a6b0c65306a39b12c302f93cec3a Mon Sep 17 00:00:00 2001 From: J08nY Date: Thu, 23 Sep 2021 14:04:37 +0200 Subject: Bump version. --- Doxyfile | 2 +- src/ecgen.c | 4 ++-- src/io/cli.c | 5 ++--- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Doxyfile b/Doxyfile index 4b647f0..5cf4b12 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.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 - * @version 0.7.5 + * @version 0.7.6 * @copyright GPL v2.0 */ #include @@ -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); } -- cgit v1.2.3-70-g09d2