From 37565a9e5809c198b64983fa4e825633185246c8 Mon Sep 17 00:00:00 2001 From: Mobius One <26689802+mobius1qwe@users.noreply.github.com> Date: Sat, 20 Aug 2022 20:10:49 -0300 Subject: [PATCH] =?UTF-8?q?Project:=20RESTDataWare=20Changes:=20=20-=20Aju?= =?UTF-8?q?ste=20de=20versionamento=20pra=20lan=C3=A7amento=20de=20nova=20?= =?UTF-8?q?vers=C3=A3o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CORE/Source/Consts/uRESTDWConsts.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CORE/Source/Consts/uRESTDWConsts.pas b/CORE/Source/Consts/uRESTDWConsts.pas index 9032ef672..99eee88b3 100644 --- a/CORE/Source/Consts/uRESTDWConsts.pas +++ b/CORE/Source/Consts/uRESTDWConsts.pas @@ -70,7 +70,7 @@ wdays : Array [1 .. 7] Of String = ('Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'); {do not localize} monthnames : Array [1 .. 12] Of string = ('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', {do not localize} 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'); {do not localize} - RESTDWVersionINFO = 'v2.0.2-'; + RESTDWVersionINFO = 'v2.0.3-'; RESTDWRelease = '3080'; RESTDWCodeProject = 'Savage Reign - GitHub'; RESTDWVersao = RESTDWVersionINFO + RESTDWRelease + '(' + RESTDWCodeProject + ')';