Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
boeschf committed Mar 20, 2024
1 parent c85302c commit ae8e94a
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 ae8e94a

Please sign in to comment.