version 1.10.0

missing version info
ScrollSpinBox disable fix
This commit is contained in:
2020-09-07 10:42:53 +03:00
parent 146863a533
commit a2f7752ac9
2 changed files with 5 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.0)
cmake_policy(SET CMP0017 NEW) # need include() with .cmake
project(qad)
set(qad_MAJOR 1)
set(qad_MINOR 9)
set(qad_MINOR 10)
set(qad_REVISION 0)
set(qad_SUFFIX )
set(qad_COMPANY SHS)
@@ -58,6 +58,7 @@ endif()
message("----------QAD----------")
message(" Build for ${QtVersions}")
message(" Version: ${qad_VERSION} ")
message(" Linkage: ${qad_LIB_TYPE_MSG}")
message(" Type : ${qad_BUILD_TYPE}")
if (NOT LOCAL)