1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-01 15:00:38 +00:00

BuildNum$ Update.

This commit is contained in:
FellippeHeitor 2016-09-01 23:43:11 -03:00
parent f829b4b640
commit b4d71085bd

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$ = "20160828/47"
BuildNum$ = "20160902/48"