1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-03 12:21:20 +00:00

Increase build number to mark Galleon's latest additions

This commit is contained in:
FellippeHeitor 2016-03-20 15:44:37 -03:00
parent 9758e11417
commit 8d459da508

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$ = "20160318/1"
BuildNum$ = "20160320/2"