stx_libtool.st
branchjv
changeset 12197 1b0092bafad9
parent 12194 4639848e5517
child 12199 de37e205701f
--- a/stx_libtool.st	Sun Mar 18 23:34:51 2012 +0000
+++ b/stx_libtool.st	Mon Mar 19 10:03:58 2012 +0000
@@ -523,13 +523,13 @@
     "Return a SVN revision number of myself.
      This number is updated after a commit"
 
-    ^ "$SVN-Revision:"7928"$"
+    ^ "$SVN-Revision:"'7941'"$"
 ! !
 
 !stx_libtool class methodsFor:'documentation'!
 
 version
-    ^ '$Id: stx_libtool.st 7940 2012-03-17 20:05:16Z vranyj1 $'
+    ^ '$Id: stx_libtool.st 7943 2012-03-19 10:03:58Z vranyj1 $'
 !
 
 version_CVS
@@ -537,5 +537,5 @@
 !
 
 version_SVN
-    ^ '$Id: stx_libtool.st 7940 2012-03-17 20:05:16Z vranyj1 $'
+    ^ '$Id: stx_libtool.st 7943 2012-03-19 10:03:58Z vranyj1 $'
 ! !