IRTempRead.st
changeset 23 377bc46cad12
parent 9 04518c7fb91c
child 26 db19d89eef60
--- a/IRTempRead.st	Wed Aug 19 20:28:12 2009 +0000
+++ b/IRTempRead.st	Sun Dec 06 08:24:34 2009 +0000
@@ -1,4 +1,4 @@
-"{ Package: 'stx:goodies/newcompiler' }"
+"{ Package: 'cvut:stx/goodies/newcompiler' }"
 
 IRTempAccess subclass:#IRTempRead
 	instanceVariableNames:''
@@ -29,5 +29,13 @@
 !IRTempRead class methodsFor:'documentation'!
 
 version
-    ^'$Id$'
+    ^ '$Header: /cvs/stx/cvut/stx/goodies/newcompiler/IRTempRead.st,v 1.3 2009/10/08 12:00:10 fm Exp $'
+!
+
+version_CVS
+    ^ '$Header: /cvs/stx/cvut/stx/goodies/newcompiler/IRTempRead.st,v 1.3 2009/10/08 12:00:10 fm Exp $'
+!
+
+version_SVN
+    ^'§Id: IRTempRead.st 13 2009-04-16 12:48:33Z vranyj1 §'
 ! !