Skip to content

Commit

Permalink
Merge pull request #487 from lukemartinlogan/master
Browse files Browse the repository at this point in the history
Update project numbers
  • Loading branch information
lukemartinlogan committed Feb 6, 2023
2 parents 7416623 + c0d67bf commit d7010a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ project(HERMES)
# Version information
#------------------------------------------------------------------------------
set(HERMES_VERSION_MAJOR "0")
set(HERMES_VERSION_MINOR "8")
set(HERMES_VERSION_PATCH "0")
set(HERMES_VERSION_MINOR "9")
set(HERMES_VERSION_PATCH "5")
set(HERMES_PACKAGE "hermes")
set(HERMES_PACKAGE_NAME "HERMES")
set(HERMES_PACKAGE_VERSION "${HERMES_VERSION_MAJOR}.${HERMES_VERSION_MINOR}.${HERMES_VERSION_PATCH}")
Expand Down
2 changes: 1 addition & 1 deletion doc/Doxyfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ PROJECT_NAME = Hermes
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 0.8.0-beta
PROJECT_NUMBER = 0.9.5-beta

# 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

0 comments on commit d7010a8

Please sign in to comment.