This commit is contained in:
Бычков Андрей
2022-06-23 18:17:43 +03:00
parent a4011eca4b
commit e5f23caeaa

View File

@@ -3,7 +3,7 @@ cmake_policy(SET CMP0017 NEW) # need include() with .cmake
cmake_policy(SET CMP0072 NEW) # FindOpenGL prefers GLVND by default
project(qad)
set(qad_MAJOR 2)
set(qad_MINOR 7)
set(qad_MINOR 8)
set(qad_REVISION 0)
set(qad_SUFFIX )
set(qad_COMPANY SHS)