aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ08nY2018-07-04 17:06:14 +0200
committerJ08nY2018-07-04 17:06:14 +0200
commit038f468dcaf2e3e8fe5ac33cefa6b1c4d40ffa67 (patch)
tree71918a73dfdbca581affd6080bc7b3e0a8c45287
parent35fc0fdee4a85c08a469a60767334c52b42fea92 (diff)
downloadecgen-038f468dcaf2e3e8fe5ac33cefa6b1c4d40ffa67.tar.gz
ecgen-038f468dcaf2e3e8fe5ac33cefa6b1c4d40ffa67.tar.zst
ecgen-038f468dcaf2e3e8fe5ac33cefa6b1c4d40ffa67.zip
-rw-r--r--Doxyfile2
-rw-r--r--src/ecgen.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/Doxyfile b/Doxyfile
index 225d944..def946e 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.1
+PROJECT_NUMBER = 0.7.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 d5d14f8..dc79ed2 100644
--- a/src/ecgen.c
+++ b/src/ecgen.c
@@ -20,7 +20,7 @@
/**
* @file ecgen.c
* @author J08nY <johny@neuromancer.sk>
- * @version 0.7.1
+ * @version 0.7.2
* @copyright GPL v2.0
*/
#include <pari/pari.h>
@@ -32,7 +32,7 @@
#include "util/timeout.h"
const char *argp_program_version =
- "ecgen 0.7.1\n"
+ "ecgen 0.7.2\n"
"Copyright (C) 2017-2018 J08nY\n"
"License GPLv2: GNU GPL version 2 (or later) "
"<http://gnu.org/licenses/gpl.html>\n"