stx_libtool.st
branchjv
changeset 12243 bf110cbcc7d3
parent 12228 65c1148c41f6
child 12254 b1237f76f501
--- a/stx_libtool.st	Thu May 10 17:52:23 2012 +0100
+++ b/stx_libtool.st	Fri May 11 00:18:29 2012 +0100
@@ -536,13 +536,13 @@
     "Return a SVN revision number of myself.
      This number is updated after a commit"
 
-    ^ "$SVN-Revision:"'7975M           '"$"
+    ^ "$SVN-Revision:"'7991            '"$"
 ! !
 
 !stx_libtool class methodsFor:'documentation'!
 
 version
-    ^ '$Id: stx_libtool.st 7976 2012-04-11 16:14:22Z vranyj1 $'
+    ^ '$Id: stx_libtool.st 7993 2012-05-10 23:18:29Z vranyj1 $'
 !
 
 version_CVS
@@ -550,5 +550,5 @@
 !
 
 version_SVN
-    ^ '$Id: stx_libtool.st 7976 2012-04-11 16:14:22Z vranyj1 $'
+    ^ '$Id: stx_libtool.st 7993 2012-05-10 23:18:29Z vranyj1 $'
 ! !