mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-09-09 15:30:42 +02:00
Disconnect version numbers from the content of v* tags
This commit is contained in:
@@ -41,27 +41,6 @@ option(
|
||||
value: false,
|
||||
description: 'Snapshot build'
|
||||
)
|
||||
option(
|
||||
'version_major',
|
||||
type: 'integer',
|
||||
min: 0,
|
||||
value: 95,
|
||||
description: 'Major version'
|
||||
)
|
||||
option(
|
||||
'version_minor',
|
||||
type: 'integer',
|
||||
min: 0,
|
||||
value: 0,
|
||||
description: 'Minor version'
|
||||
)
|
||||
option(
|
||||
'version_build',
|
||||
type: 'integer',
|
||||
min: 0,
|
||||
value: 345,
|
||||
description: 'Build number'
|
||||
)
|
||||
option(
|
||||
'snapshot_id',
|
||||
type: 'integer',
|
||||
@@ -69,20 +48,6 @@ option(
|
||||
value: 199,
|
||||
description: 'Snapshot ID, only relevant if \'snapshot\' is true'
|
||||
)
|
||||
option(
|
||||
'future_major',
|
||||
type: 'integer',
|
||||
min: 0,
|
||||
value: 96,
|
||||
description: 'Future major version, used for debugging and in snapshots, only relevant if at least one of \'snapshot\', \'beta\', or \'debug\' is true, or if \'mod_id\' is set'
|
||||
)
|
||||
option(
|
||||
'future_minor',
|
||||
type: 'integer',
|
||||
min: 0,
|
||||
value: 0,
|
||||
description: 'Future minor version, similar to \'future_major\''
|
||||
)
|
||||
option(
|
||||
'mod_id',
|
||||
type: 'integer',
|
||||
|
Reference in New Issue
Block a user