From 0e91e62d6b9bc1fb7cbdea5b09eb0794d3870f25 Mon Sep 17 00:00:00 2001 From: J08nY Date: Thu, 20 Mar 2025 16:26:39 +0100 Subject: Bump version. --- Doxyfile | 2 +- src/ecgen.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Doxyfile b/Doxyfile index 448d250..83887f0 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.8.0 +PROJECT_NUMBER = 0.8.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 307960e..fd01bbd 100644 --- a/src/ecgen.c +++ b/src/ecgen.c @@ -20,7 +20,7 @@ /** * @file ecgen.c * @author J08nY - * @version 0.8.0 + * @version 0.8.1 * @copyright GPL v2.0 */ #include @@ -38,7 +38,7 @@ #endif const char *argp_program_version = - "ecgen 0.8.0" GIT_VERSION + "ecgen 0.8.1" GIT_VERSION "\n" "Compiled with: " PARIVERSION "\n\n" -- cgit v1.3.1