Skip to content

Commit

Permalink
Update Version for New Release
Browse files Browse the repository at this point in the history
  • Loading branch information
DeveloperPaul123 authored Apr 15, 2020
1 parent 2b6185b commit 97fa7ac
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 @@ -12,7 +12,7 @@ set(CXX_STANDARD_REQUIRED ON)
# Set the version number
set (FSTL_VERSION_MAJOR "0")
set (FSTL_VERSION_MINOR "9")
set (FSTL_VERSION_PATCH "3")
set (FSTL_VERSION_PATCH "4")
set (PROJECT_VERSION "${FSTL_VERSION_MAJOR}.${FSTL_VERSION_MINOR}.${FSTL_VERSION_PATCH}")

project(fstl)
Expand Down

0 comments on commit 97fa7ac

Please sign in to comment.