Skip to content

Commit

Permalink
bump to 094
Browse files Browse the repository at this point in the history
  • Loading branch information
kaihsin committed Sep 29, 2023
1 parent 97bf257 commit 9fb11ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs.doxygen
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "Cytnx"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = "v0.9.3"
PROJECT_NUMBER = "v0.9.4"

# 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
2 changes: 1 addition & 1 deletion version.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
set(CYTNX_VERSION_MAJOR 0)
set(CYTNX_VERSION_MINOR 9)
set(CYTNX_VERSION_PATCH 3)
set(CYTNX_VERSION_PATCH 4)

0 comments on commit 9fb11ef

Please sign in to comment.