Skip to content

Commit

Permalink
Merge pull request #310 from HDFGroup/chogan/update_version
Browse files Browse the repository at this point in the history
Bump version to 0.2.0
  • Loading branch information
ChristopherHogan committed Dec 17, 2021
2 parents 9bf5458 + bd6ec47 commit 06a2955
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ include_directories(${PROJECT_BINARY_DIR})
# Version information
#------------------------------------------------------------------------------
set(HERMES_VERSION_MAJOR "0")
set(HERMES_VERSION_MINOR "1")
set(HERMES_VERSION_MINOR "2")
set(HERMES_VERSION_PATCH "0")
set(HERMES_PACKAGE "hermes")
set(HERMES_PACKAGE_NAME "HERMES")
Expand Down
2 changes: 1 addition & 1 deletion doc/Doxyfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = Hermes
PROJECT_NUMBER = 0.1.0-beta
PROJECT_NUMBER = 0.2.0-beta
PROJECT_BRIEF = "I/O Buffering System"
PROJECT_LOGO =
OUTPUT_DIRECTORY =
Expand Down

0 comments on commit 06a2955

Please sign in to comment.