From c58b5a28001d5b316bcb0c11617ae0730088390f Mon Sep 17 00:00:00 2001 From: Fellippe Heitor Date: Thu, 20 Sep 2018 04:31:37 -0300 Subject: [PATCH] Update version.bas --- source/global/version.bas | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/global/version.bas b/source/global/version.bas index efff91fdd..b452c8123 100644 --- a/source/global/version.bas +++ b/source/global/version.bas @@ -4,5 +4,4 @@ DIM SHARED AutoBuildMsg AS STRING Version$ = "1.2" '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$ = "20180228/86" - +BuildNum$ = "development"