mirror of
https://github.com/a2-4am/4cade.git
synced 2024-12-12 18:30:00 +00:00
16 lines
223 B
Plaintext
16 lines
223 B
Plaintext
|
;license:MIT
|
||
|
;(c) 2023 by 4am
|
||
|
;
|
||
|
|
||
|
!ifndef RELEASE {
|
||
|
LoadingVersion
|
||
|
!byte 8
|
||
|
!text " build "
|
||
|
LoadingBuild
|
||
|
!word BUILDNUMBER
|
||
|
} else {
|
||
|
LoadingVersion
|
||
|
!byte 12
|
||
|
!text " v5.0.1"
|
||
|
}
|