summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ08nY2021-04-10 13:30:37 +0200
committerJ08nY2021-04-10 13:30:49 +0200
commit16b526e40078c0aaaebb47ce9d5b691c045398f4 (patch)
tree2b1f0b1d1011ef556481c4313def5ce2697ebe4c
parentc6bc5bf67cd90110ba263867975f79f1365443c0 (diff)
downloadecgen-0.7.4.tar.gz
ecgen-0.7.4.tar.zst
ecgen-0.7.4.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 52548bf..db7dd5f 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.3
+PROJECT_NUMBER = 0.7.4
# 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 c36dd84..db1a7d8 100644
--- a/src/ecgen.c
+++ b/src/ecgen.c
@@ -20,7 +20,7 @@
/**
* @file ecgen.c
* @author J08nY <johny@neuromancer.sk>
- * @version 0.7.3
+ * @version 0.7.4
* @copyright GPL v2.0
*/
#include <pari/pari.h>
@@ -38,7 +38,7 @@
#endif
const char *argp_program_version =
- "ecgen 0.7.3" GIT_VERSION
+ "ecgen 0.7.4" GIT_VERSION
"\n"
"Compiled with: " PARIVERSION
"\n\n"