Browse Source

* Fix compilation

Michaël Van Canneyt 2 years ago
parent
commit
42a52aa7d7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/amunits/src/coreunits/workbench.pas

+ 1 - 1
packages/amunits/src/coreunits/workbench.pas

@@ -940,7 +940,7 @@ end;
 
 const
     { Change VERSION and LIBVERSION to proper values }
-    VERSION : ShortString[2] = '0';
+    VERSION : String[2] = '0';
     LIBVERSION : longword = 0;
 
 initialization