stx_libtool.st
branchjv
changeset 12272 13be62c15611
parent 12270 0ccd3c63a688
child 12275 a416cf8a4b50
--- a/stx_libtool.st	Fri Jul 27 15:56:44 2012 +0100
+++ b/stx_libtool.st	Fri Jul 27 17:17:58 2012 +0100
@@ -533,13 +533,13 @@
     "Return a SVN revision number of myself.
      This number is updated after a commit"
 
-    ^ "$SVN-Revision:"'8025:8026       '"$"
+    ^ "$SVN-Revision:"'8028            '"$"
 ! !
 
 !stx_libtool class methodsFor:'documentation'!
 
 version
-    ^ '$Id: stx_libtool.st 8028 2012-07-26 19:10:32Z vranyj1 $'
+    ^ '$Id: stx_libtool.st 8031 2012-07-27 16:17:58Z vranyj1 $'
 !
 
 version_CVS
@@ -547,5 +547,5 @@
 !
 
 version_SVN
-    ^ '$Id: stx_libtool.st 8028 2012-07-26 19:10:32Z vranyj1 $'
+    ^ '$Id: stx_libtool.st 8031 2012-07-27 16:17:58Z vranyj1 $'
 ! !