소스 검색

updated the version string

git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@7838 8c9fc860-2736-0410-a75d-ab315db34111
eth.guenter 7 년 전
부모
커밋
fc855ccc78
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      source/Generic.Unix.AMD64.Machine.Mod
  2. 1 1
      source/Generic.Unix.I386.Machine.Mod

+ 1 - 1
source/Generic.Unix.AMD64.Machine.Mod

@@ -5,7 +5,7 @@ IMPORT S := SYSTEM, Trace, Unix, Glue;
 CONST
 	DefaultConfig = "Color 0  StackSize 128";
 	
-	Version = "A2 Generic, ";
+	Version = "A2 Gen. 64-bit, ";
 
 	DefaultObjectFileExtension* = ".GofUu";
 	

+ 1 - 1
source/Generic.Unix.I386.Machine.Mod

@@ -5,7 +5,7 @@ IMPORT S := SYSTEM, Trace, Unix, Glue;
 CONST
 	DefaultConfig = "Color 0  StackSize 128";
 	
-	Version = "A2 Generic, ";
+	Version = "A2 Gen. 32-bit, ";
 
 	DefaultObjectFileExtension* = ".GofU";