1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-07 19:10:25 +00:00

BuildNum$ update

This commit is contained in:
FellippeHeitor 2016-07-19 20:46:21 -03:00
parent 1806d2ccbc
commit b8fa2ba18d

View file

@ -3,5 +3,5 @@ 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$ = "20160718/36"
BuildNum$ = "20160719/37"