Skip to content

Commit

Permalink
Merge pull request #159 from boeschf/prepare_release/0.4.0
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
boeschf authored Mar 20, 2024
2 parents c85302c + ae8e94a commit 692bb1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ set(GHEX_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
list(APPEND CMAKE_MODULE_PATH "${GHEX_MODULE_PATH}")

include(ghex_version)
make_version(GHEX 0 3 0)
make_version(GHEX 0 4 0)

project(GHEX VERSION ${GHEX_VERSION} LANGUAGES C CXX)

Expand Down

0 comments on commit 692bb1e

Please sign in to comment.