From 0a854f10d1cbea647e75ecdbbf260611292c60a2 Mon Sep 17 00:00:00 2001 From: FellippeHeitor Date: Sun, 5 Nov 2017 17:29:11 -0200 Subject: [PATCH] Build number update. --- 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 4f7190cd4..5c47f2cbe 100644 --- a/source/global/version.bas +++ b/source/global/version.bas @@ -4,5 +4,5 @@ DIM SHARED AutoBuildMsg 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$ = "20171105/81" +BuildNum$ = "20171106/82"