From 498f18975465421baec15c3e272c2321d99234c0 Mon Sep 17 00:00:00 2001 From: FellippeHeitor Date: Sun, 22 Oct 2017 19:36:32 -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 5efe6459f..101711e5c 100644 --- a/source/global/version.bas +++ b/source/global/version.bas @@ -4,4 +4,4 @@ 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$ = "20171019/77" +BuildNum$ = "20171023/78"