Skip to content

Commit

Permalink
bump version number for v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
trel committed Oct 17, 2019
1 parent 94c1c86 commit bd17cb4
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 @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.5.0 FATAL_ERROR) #CPACK_DEBIAN_<COMPONENT>_PACK

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

set(MUNGEFS_CXX_STANDARD 14)
Expand Down

0 comments on commit bd17cb4

Please sign in to comment.