CMake: Bump version number to 2.5.3

This commit is contained in:
Tomas Babej
2020-12-05 18:16:58 -05:00
parent c1de01d594
commit 5e30a65689

View File

@@ -7,7 +7,7 @@ include (CheckStructHasMember)
set (HAVE_CMAKE true)
project (task)
set (PROJECT_VERSION "2.5.2")
set (PROJECT_VERSION "2.5.3")
include (CXXSniffer)
OPTION (ENABLE_WASM "Enable 'wasm' support" OFF)