stx_goodies_smaCC.st
changeset 8 3481d890d2d1
parent 2 2db0a51151f9
child 9 d52a9af7fb5e
--- a/stx_goodies_smaCC.st	Thu Apr 16 12:48:50 2009 +0000
+++ b/stx_goodies_smaCC.st	Sat Jun 20 20:55:50 2009 +0000
@@ -108,6 +108,15 @@
     ^ 'Smalltalk/X'
 ! !
 
+!stx_goodies_smaCC class methodsFor:'description - svn'!
+
+svnRevisionNr
+    "Return a SVN revision number of myself.
+     This number is updated after a commit"
+
+    ^ "$SVN-Revision:"nil"$"
+! !
+
 !stx_goodies_smaCC class methodsFor:'documentation'!
 
 version