1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-16 10:45:14 +00:00
qb64/source/global/version.bas
FellippeHeitor 4bec88a288 Update BuildNum$
Matching build num update to the latest common.cpp alterations.
2016-08-07 21:13:57 -03:00

8 lines
244 B
QBasic

DIM SHARED Version AS STRING
DIM SHARED BuildNum AS STRING
Version$ = "1.000"
'BuildNum format is YYYYMMDD/id, where id is a ever-increasing
'integer. If you make a change, update the date and increase the id!
BuildNum$ = "20160807/41"