mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-15 01:05:35 +08:00
New schema for the 4th segment of the swift version number
Based on a count of the number of commits since any of the first 3 segments were changed.
This commit is contained in:
@@ -24,14 +24,7 @@ include(config.pri)
|
||||
# Version number
|
||||
################################
|
||||
|
||||
setSwiftConfig(version.full, $$swiftConfig(version.major).$$swiftConfig(version.minor).$$swiftConfig(version.micro))
|
||||
|
||||
!win32 {
|
||||
VER_MAJ = $$swiftConfig(version.major)
|
||||
VER_MIN = $$swiftConfig(version.minor)
|
||||
VER_MIC = $$swiftConfig(version.micro)
|
||||
VERSION = $$swiftConfig(version.full)
|
||||
}
|
||||
include(version.pri)
|
||||
|
||||
################################
|
||||
# QMake options
|
||||
|
||||
Reference in New Issue
Block a user