version 2.1.0_beta

Graphic first LOD optimization try, now works only on setGraphicData
This commit is contained in:
2021-03-11 00:25:36 +03:00
parent b2ce43a6ef
commit b14a48da6e
5 changed files with 94 additions and 30 deletions

View File

@@ -2,9 +2,9 @@ cmake_minimum_required(VERSION 3.0)
cmake_policy(SET CMP0017 NEW) # need include() with .cmake
project(qad)
set(qad_MAJOR 2)
set(qad_MINOR 0)
set(qad_MINOR 1)
set(qad_REVISION 0)
set(qad_SUFFIX alpha)
set(qad_SUFFIX beta)
set(qad_COMPANY SHS)
set(qad_DOMAIN org.SHS)