From e3e1bde2270fb76f6ada872179e8b9d6ed3195d3 Mon Sep 17 00:00:00 2001 From: Luke Ceddia Date: Mon, 10 Oct 2016 23:21:02 +1100 Subject: [PATCH] Update Buildnum$ --- source/global/version.bas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/global/version.bas b/source/global/version.bas index 862d509fa..bf03cf0f2 100644 --- a/source/global/version.bas +++ b/source/global/version.bas @@ -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"