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