Skip to content

Commit

Permalink
[#34] bump version to 1.0.7
Browse files Browse the repository at this point in the history
Let's give externals something to point at
  • Loading branch information
SwooshyCueb authored and alanking committed Oct 27, 2023
1 parent 4c620e2 commit df23c10
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 @@ -4,7 +4,7 @@ list(INSERT CMAKE_MODULE_PATH 0 "${CMAKE_CURRENT_SOURCE_DIR}/cmake")

set(MUNGEFS_VERSION_MAJOR "1")
set(MUNGEFS_VERSION_MINOR "0")
set(MUNGEFS_VERSION_PATCH "6")
set(MUNGEFS_VERSION_PATCH "7")
set(MUNGEFS_VERSION "${MUNGEFS_VERSION_MAJOR}.${MUNGEFS_VERSION_MINOR}.${MUNGEFS_VERSION_PATCH}")

set(MUNGEFS_CXX_STANDARD 14)
Expand Down

0 comments on commit df23c10

Please sign in to comment.