mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-14 09:25:49 +08:00
refs #921, use QVersionNumber
* CVersion removed * remaining utility functions moved to CBuildConfig * patch version -> micro version (Qt naming) * using classes adjusted
This commit is contained in:
committed by
Mathew Sutcliffe
parent
ec297d5838
commit
f85501c7bf
@@ -16,7 +16,7 @@ include(version.pri)
|
||||
!win32 {
|
||||
VER_MAJ = $${BLACK_VER_MAJ}
|
||||
VER_MIN = $${BLACK_VER_MIN}
|
||||
VER_PAT = $${BLACK_VER_PAT}
|
||||
VER_MIC = $${BLACK_VER_MIC}
|
||||
VERSION = $${BLACK_VERSION}
|
||||
}
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
BLACK_VER_MAJ = 0
|
||||
BLACK_VER_MIN = 7
|
||||
BLACK_VER_PAT = 3
|
||||
BLACK_VERSION = $${BLACK_VER_MAJ}.$${BLACK_VER_MIN}.$${BLACK_VER_PAT}
|
||||
BLACK_VER_MIC = 3
|
||||
BLACK_VERSION = $${BLACK_VER_MAJ}.$${BLACK_VER_MIN}.$${BLACK_VER_MIC}
|
||||
|
||||
Reference in New Issue
Block a user