Skip to content

Commit

Permalink
Release v0.31.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lczech committed Jun 6, 2024
1 parent ed91b00 commit d4965aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/doxygen/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "genesis"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = "v0.31.0"
PROJECT_NUMBER = "v0.31.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
Expand Down
4 changes: 2 additions & 2 deletions lib/genesis/utils/core/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ namespace genesis {
inline std::string genesis_version()
{
// The following line is automatically replaced by the deploy scripts. Do not change manually.
return "v0.31.0"; // #GENESIS_VERSION#
return "v0.31.1"; // #GENESIS_VERSION#
}

/**
Expand All @@ -74,7 +74,7 @@ inline std::string genesis_version()
inline std::string genesis_version_name()
{
// The following line is automatically replaced by the deploy scripts. Do not change manually.
return "Complexity Analysis"; // #GENESIS_VERSION_NAME#
return "Fluid Speech"; // #GENESIS_VERSION_NAME#
}

/**
Expand Down

0 comments on commit d4965aa

Please sign in to comment.