mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-04 18:20:42 +00:00
Merge branch 'master' into Linux-pkg-fixes
This commit is contained in:
commit
b117648597
@ -24,6 +24,9 @@
|
||||
build = dict[status]
|
||||
print "#define MyBuildNumber \"" (build * 100) "\""
|
||||
|
||||
# strip any trailing quote (only happens for a release build)
|
||||
sub("\"","",v[3])
|
||||
|
||||
# v[1] already includes a leading quote mark
|
||||
print "#define MyVersionNumbers " v[1] "." v[2] "." v[3] "." (build * 100) "\""
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user