1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-05 17:00:26 +00:00

Update Buildnum$

This commit is contained in:
Luke Ceddia 2016-10-10 23:21:02 +11:00
parent 9f7a7a9e79
commit e3e1bde227

View file

@ -3,5 +3,5 @@ DIM SHARED BuildNum AS STRING
Version$ = "1.1"
'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$ = "20160902/48"
BuildNum$ = "20161010/49"