Browse Source

+ Adapted wordversion

michael 25 years ago
parent
commit
1d541f4095
1 changed files with 5 additions and 2 deletions
  1. 5 2
      compiler/version.pas

+ 5 - 2
compiler/version.pas

@@ -25,7 +25,7 @@ interface
 
 
     const
     const
        { word version for ppu file }
        { word version for ppu file }
-       wordversion = (1 shl 14)+0;
+       wordversion = (1 shl 14)+1;
 
 
        { version string }
        { version string }
        version_nr = '1';
        version_nr = '1';
@@ -94,7 +94,10 @@ begin
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.4  2000-07-14 05:11:49  michael
+  Revision 1.5  2000-07-14 05:14:10  michael
+  + Adapted wordversion
+
+  Revision 1.4  2000/07/14 05:11:49  michael
   + Patch to 1.1
   + Patch to 1.1
 
 
   Revision 1.3  2000/07/13 12:08:28  michael
   Revision 1.3  2000/07/13 12:08:28  michael