Incorporated changes for release 1.4.3

This commit is contained in:
2026-02-24 21:01:33 -05:00
parent 97249aa600
commit 925332147a
21 changed files with 57 additions and 170 deletions

View File

@@ -261,3 +261,7 @@ UPDATE config SET value="1.4.1",defaultvalue="1.4.1" WHERE name="drs_version";
UPDATE config SET value="1.4.2",defaultvalue="1.4.2" WHERE name="drs_version";
-- --------------------------------------
-- ---------- version 1.4.3 -------------
-- Update version number
UPDATE config SET value="1.4.3",defaultvalue="1.4.3" WHERE name="drs_version";
-- --------------------------------------