Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
J08nY committed Dec 3, 2024
1 parent 0e9aa69 commit 775e592
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.7
PROJECT_NUMBER = 0.8.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
Expand Down
4 changes: 2 additions & 2 deletions src/ecgen.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
/**
* @file ecgen.c
* @author J08nY <[email protected]>
* @version 0.7.7
* @version 0.8.0
* @copyright GPL v2.0
*/
#include <pari/pari.h>
Expand All @@ -38,7 +38,7 @@
#endif

const char *argp_program_version =
"ecgen 0.7.7" GIT_VERSION
"ecgen 0.8.0" GIT_VERSION
"\n"
"Compiled with: " PARIVERSION
"\n\n"
Expand Down

0 comments on commit 775e592

Please sign in to comment.