cmake: Bump project version to 2.6.1

This commit is contained in:
Tomas Babej 2021-10-19 00:23:40 -04:00
parent d8770133f0
commit a696b6b155
No known key found for this signature in database
GPG key ID: B0747C6578F7D2F5

View file

@ -9,7 +9,7 @@ set (HAVE_CMAKE true)
project (task)
include (CXXSniffer)
set (PROJECT_VERSION "2.6.0")
set (PROJECT_VERSION "2.6.1")
OPTION (ENABLE_WASM "Enable 'wasm' support" OFF)