aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ08nY2017-04-18 02:31:29 +0200
committerJ08nY2017-04-18 02:31:29 +0200
commit368c1643ceb08f6a9e56e4635d0791c61c8fb4e8 (patch)
treecfacc18aba66056ad3c93a3fdfc88d5fb6f2e17a
parentadd4f3a69d33b9e0d2a207a23657dcc554d55f60 (diff)
downloadecgen-368c1643ceb08f6a9e56e4635d0791c61c8fb4e8.tar.gz
ecgen-368c1643ceb08f6a9e56e4635d0791c61c8fb4e8.tar.zst
ecgen-368c1643ceb08f6a9e56e4635d0791c61c8fb4e8.zip
-rw-r--r--Doxyfile2
-rw-r--r--src/ecgen.c4
-rw-r--r--src/econvert.c2
3 files changed, 4 insertions, 4 deletions
diff --git a/Doxyfile b/Doxyfile
index a2732b9..b2c61ab 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.4.0
+PROJECT_NUMBER = 0.5.0
# 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 147c5f4..9b1bd1d 100644
--- a/src/ecgen.c
+++ b/src/ecgen.c
@@ -20,7 +20,7 @@
/**
* @file ecgen.c
* @author J08nY <johny@neuromancer.sk>
- * @version 0.4.0
+ * @version 0.5.0
* @copyright GPL v2.0
*/
#include <pari/pari.h>
@@ -33,7 +33,7 @@
#include "io/output.h"
const char *argp_program_version =
- "ecgen 0.4.0\n"
+ "ecgen 0.5.0\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 2a40a6c..2218105 100644
--- a/src/econvert.c
+++ b/src/econvert.c
@@ -20,7 +20,7 @@
/**
* @file econvert.c
* @author J08nY <johny@neuromancer.sk>
- * @version 0.4.0
+ * @version 0.5.0
* @copyright GPL v2.0
*/