HistoryView #10 bug fix

This commit is contained in:
2020-10-19 10:36:04 +03:00
parent cadb25e6bb
commit 62ccf31b9f
2 changed files with 4 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ cmake_policy(SET CMP0017 NEW) # need include() with .cmake
project(qad)
set(qad_MAJOR 1)
set(qad_MINOR 14)
set(qad_REVISION 1)
set(qad_REVISION 2)
set(qad_SUFFIX )
set(qad_COMPANY SHS)
set(qad_DOMAIN org.SHS)