From 47437d28d0e021653550d931f9dea23577a14db2 Mon Sep 17 00:00:00 2001 From: FellippeHeitor Date: Mon, 24 Jul 2017 15:54:21 -0300 Subject: [PATCH] Update version.bas Build number update following commit b75eed2 --- 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 c917a64ef..11f08635f 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$ = "20170628/55" +BuildNum$ = "20170721/56"