release: 3.0.0
This commit is contained in:
parent
a9793b0a50
commit
17ac0d7f94
1 changed files with 2 additions and 2 deletions
|
|
@ -10,8 +10,8 @@ def version.major := 3
|
|||
def version.minor := 0
|
||||
def version.patch := 0
|
||||
|
||||
def version.isRelease := false
|
||||
def version.specialDesc := "pre"
|
||||
def version.isRelease := true
|
||||
def version.specialDesc := ""
|
||||
|
||||
def versionStringCore :=
|
||||
s!"{version.major}.{version.minor}.{version.patch}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue