fixed: #version_SVN ($ to §)
authorClaus Gittinger <cg@exept.de>
Thu, 24 Nov 2011 12:52:38 +0100
changeset 2256 ee48f7dd70a9
parent 2255 8e7491f627a9
child 2257 b20b5c341450
fixed: #version_SVN ($ to §)
JavaDecompiler.st
--- a/JavaDecompiler.st	Thu Nov 24 12:52:36 2011 +0100
+++ b/JavaDecompiler.st	Thu Nov 24 12:52:38 2011 +0100
@@ -1235,7 +1235,11 @@
 !JavaDecompiler class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libjava/JavaDecompiler.st,v 1.51 2011-11-24 10:29:22 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libjava/JavaDecompiler.st,v 1.52 2011-11-24 11:52:38 cg Exp $'
+!
+
+version_CVS
+    ^ '$Header: /cvs/stx/stx/libjava/JavaDecompiler.st,v 1.52 2011-11-24 11:52:38 cg Exp $'
 !
 
 version_SVN