Browse Source

Bumped generic object file version to 6

git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@8530 8c9fc860-2736-0410-a75d-ab315db34111
negelef 6 years ago
parent
commit
0748eeb528
1 changed files with 1 additions and 1 deletions
  1. 1 1
      source/FoxGenericObjectFile.Mod

+ 1 - 1
source/FoxGenericObjectFile.Mod

@@ -6,7 +6,7 @@ IMPORT
 	Fingerprinter := FoxFingerprinter, Files, Options, ObjectFile, SymbolFileFormat := FoxTextualSymbolFile, Strings, KernelLog, D := Debugging;
 	Fingerprinter := FoxFingerprinter, Files, Options, ObjectFile, SymbolFileFormat := FoxTextualSymbolFile, Strings, KernelLog, D := Debugging;
 
 
 CONST
 CONST
-	Version = 5;
+	Version = 6;
 	Trace = FALSE;
 	Trace = FALSE;
 	TraceAliases = FALSE;
 	TraceAliases = FALSE;
 	WarnDuplicateFingerprints = FALSE;
 	WarnDuplicateFingerprints = FALSE;