From 8d459da508cb5e3da7a25deaef89b0330b5014a4 Mon Sep 17 00:00:00 2001 From: FellippeHeitor Date: Sun, 20 Mar 2016 15:44:37 -0300 Subject: [PATCH] Increase build number to mark Galleon's latest additions --- 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 0fad240a8..228d321b1 100644 --- a/source/global/version.bas +++ b/source/global/version.bas @@ -3,5 +3,5 @@ DIM SHARED BuildNum AS STRING Version$ = "1.000" '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$ = "20160318/1" +BuildNum$ = "20160320/2"