From e0b58b155a73af854ec4db2a774b4234380c2b59 Mon Sep 17 00:00:00 2001 From: FellippeHeitor Date: Tue, 24 Oct 2017 10:07:04 -0200 Subject: [PATCH] Build number update. --- source/global/version.bas | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/global/version.bas b/source/global/version.bas index 101711e5c..91710668d 100644 --- a/source/global/version.bas +++ b/source/global/version.bas @@ -4,4 +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$ = "20171023/78" +BuildNum$ = "20171024/79" +