aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ08nY2018-11-27 16:49:12 +0100
committerJ08nY2018-11-27 16:49:12 +0100
commitdeb5d447092e27b29ac2b19e61d8303813525be3 (patch)
tree1108502b7fbf58eeee67ae06765bc0aad7f42d3b
parent5576887f6bf807ef9e92dcf83d6e95383c4e618d (diff)
downloadecgen-deb5d447092e27b29ac2b19e61d8303813525be3.tar.gz
ecgen-deb5d447092e27b29ac2b19e61d8303813525be3.tar.zst
ecgen-deb5d447092e27b29ac2b19e61d8303813525be3.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 def946e..52548bf 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.2
+PROJECT_NUMBER = 0.7.3
# 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 f031a6c..c36dd84 100644
--- a/src/ecgen.c
+++ b/src/ecgen.c
@@ -20,7 +20,7 @@
/**
* @file ecgen.c
* @author J08nY <johny@neuromancer.sk>
- * @version 0.7.2
+ * @version 0.7.3
* @copyright GPL v2.0
*/
#include <pari/pari.h>
@@ -38,7 +38,7 @@
#endif
const char *argp_program_version =
- "ecgen 0.7.2" GIT_VERSION
+ "ecgen 0.7.3" GIT_VERSION
"\n"
"Compiled with: " PARIVERSION
"\n\n"