GIT_SILENT: Update cmake version for 21.08

This commit is contained in:
Bhushan Shah 2021-08-31 15:13:22 +05:30
parent 4efca614f6
commit ac68c16087
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
cmake_minimum_required(VERSION 3.16)
project(Kasts)
set(PROJECT_VERSION "21.07")
set(PROJECT_VERSION "21.08")
# be c++17 compliant
set(CMAKE_CXX_STANDARD 17)