From c640afb23f944afdc6dace5fd7d8181f69d88c58 Mon Sep 17 00:00:00 2001 From: Petr Hlozek Date: Fri, 12 Feb 2021 17:24:42 +0100 Subject: [PATCH] version changed to 2.5.2 --- src/uVersion.pas | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/uVersion.pas b/src/uVersion.pas index b64ffca5..7bac56b2 100644 --- a/src/uVersion.pas +++ b/src/uVersion.pas @@ -4,13 +4,13 @@ interface const - cVERSION = '2.5.1 (001)'; + cVERSION = '2.5.2 (001)'; cMAJOR = 2; cMINOR = 5; - cRELEAS = 1; + cRELEAS = 2; cBUILD = 1; - cBUILD_DATE = '2021-02-08'; + cBUILD_DATE = '2021-02-12'; implementation