mirror of
https://github.com/a2-4am/4cade.git
synced 2024-12-11 11:49:20 +00:00
14 lines
199 B
Plaintext
14 lines
199 B
Plaintext
;license:MIT
|
|
;(c) 2023-2024 by 4am
|
|
;
|
|
|
|
!ifndef RELEASE {
|
|
LoadingVersion
|
|
+PSTRING " build "
|
|
LoadingBuild
|
|
!word BUILDNUMBER
|
|
} else {
|
|
LoadingVersion
|
|
+PSTRING " v5.1"
|
|
}
|