mirror of
https://github.com/a2-4am/4sports.git
synced 2024-12-11 19:49:19 +00:00
16 lines
224 B
Plaintext
16 lines
224 B
Plaintext
;license:MIT
|
|
;(c) 2023 by 4am
|
|
;
|
|
|
|
!ifndef RELEASE {
|
|
LoadingVersion
|
|
!byte 9
|
|
!text " build 0"
|
|
LoadingBuild
|
|
!word BUILDNUMBER
|
|
} else {
|
|
LoadingVersion
|
|
!byte 12
|
|
!text "v1.0-alpha.3"
|
|
}
|