diff options
| author | J08nY | 2018-04-30 14:59:56 +0200 |
|---|---|---|
| committer | J08nY | 2018-04-30 14:59:56 +0200 |
| commit | 1893a139ebc95b4f002cf7fdda7928e83405dbbf (patch) | |
| tree | 12b60d4ea967b34b04874746e3d4f1147af19405 | |
| parent | f6dabdae75720fbf5dc9ba807f385717cbfcf782 (diff) | |
| download | ecgen-0.7.1.tar.gz ecgen-0.7.1.tar.zst ecgen-0.7.1.zip | |
| -rw-r--r-- | Doxyfile | 2 | ||||
| -rw-r--r-- | src/ecgen.c | 4 |
2 files changed, 3 insertions, 3 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.0 +PROJECT_NUMBER = 0.7.1 # 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 4523517..d1e0d77 100644 --- a/src/ecgen.c +++ b/src/ecgen.c @@ -20,7 +20,7 @@ /** * @file ecgen.c * @author J08nY <johny@neuromancer.sk> - * @version 0.7.0 + * @version 0.7.1 * @copyright GPL v2.0 */ #include <pari/pari.h> @@ -32,7 +32,7 @@ #include "util/timeout.h" const char *argp_program_version = - "ecgen 0.7.0\n" + "ecgen 0.7.1\n" "Copyright (C) 2017-2018 J08nY\n" "License GPLv2: GNU GPL version 2 (or later) " "<http://gnu.org/licenses/gpl.html>\n" |
