Initial check in lib

This commit is contained in:
2026-01-03 18:33:48 +01:00
parent b20cd8e688
commit 5666f85e99
89 changed files with 36370 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
unit dpglib.Version;
interface
const
version: string = '2.1.0.0r';
implementation
end.