diff options
| author | J08nY | 2017-11-07 14:30:57 +0100 |
|---|---|---|
| committer | J08nY | 2017-11-07 14:31:15 +0100 |
| commit | 06ad7b6b91ed2e0ff1ed64f5872341d1b87f4d0e (patch) | |
| tree | 01cc297077f5b7d7a9dfb2d33f842c9363fed707 | |
| parent | f41ede1c0548f0ca8f9523774c4facb5798e39f4 (diff) | |
| download | ecgen-0.6.2.tar.gz ecgen-0.6.2.tar.zst ecgen-0.6.2.zip | |
| -rw-r--r-- | Doxyfile | 2 | ||||
| -rw-r--r-- | src/ecgen.c | 4 | ||||
| -rw-r--r-- | src/econvert.c | 2 |
3 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.6.1 +PROJECT_NUMBER = 0.6.2 # 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 1ae19a1..7d82889 100644 --- a/src/ecgen.c +++ b/src/ecgen.c @@ -20,7 +20,7 @@ /** * @file ecgen.c * @author J08nY <johny@neuromancer.sk> - * @version 0.6.1 + * @version 0.6.2 * @copyright GPL v2.0 */ #include <pari/pari.h> @@ -33,7 +33,7 @@ #include "util/timeout.h" const char *argp_program_version = - "ecgen 0.6.1\n" + "ecgen 0.6.2\n" "Copyright (C) 2017 J08nY\n" "License GPLv2: GNU GPL version 2 (or later) " "<http://gnu.org/licenses/gpl.html>\n" diff --git a/src/econvert.c b/src/econvert.c index 6bf0c9f..0b617ca 100644 --- a/src/econvert.c +++ b/src/econvert.c @@ -22,7 +22,7 @@ /** * @file econvert.c * @author J08nY <johny@neuromancer.sk> - * @version 0.6.1 + * @version 0.6.2 * @copyright GPL v2.0 */ |
