diff options
| author | J08nY | 2021-04-22 19:27:36 +0200 |
|---|---|---|
| committer | J08nY | 2021-04-22 19:27:36 +0200 |
| commit | d41953bcbedced945a82d1bc6c30ad690f12eaa9 (patch) | |
| tree | c32d0de4b6dad6c8c0a55aae07f836f43428357c | |
| parent | 4e555b4e86651c59d803dfbea60dc4d1dba240e5 (diff) | |
| download | ecgen-d41953bcbedced945a82d1bc6c30ad690f12eaa9.tar.gz ecgen-d41953bcbedced945a82d1bc6c30ad690f12eaa9.tar.zst ecgen-d41953bcbedced945a82d1bc6c30ad690f12eaa9.zip | |
| -rw-r--r-- | Doxyfile | 2 | ||||
| -rw-r--r-- | src/ecgen.c | 6 |
2 files changed, 4 insertions, 4 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.4 +PROJECT_NUMBER = 0.7.5 # 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 db1a7d8..d8befb4 100644 --- a/src/ecgen.c +++ b/src/ecgen.c @@ -20,7 +20,7 @@ /** * @file ecgen.c * @author J08nY <johny@neuromancer.sk> - * @version 0.7.4 + * @version 0.7.5 * @copyright GPL v2.0 */ #include <pari/pari.h> @@ -38,11 +38,11 @@ #endif const char *argp_program_version = - "ecgen 0.7.4" GIT_VERSION + "ecgen 0.7.5" GIT_VERSION "\n" "Compiled with: " PARIVERSION "\n\n" - "Copyright (C) 2017-2018 J08nY\n" + "Copyright (C) 2017-2018,2021 J08nY\n" "License GPLv2: GNU GPL version 2 (or later) " "<http://gnu.org/licenses/gpl.html>\n" "This is free software: you are free to change and redistribute it.\n" |
