Lint checks running refactored.
authorJan Vrany <jan.vrany@fit.cvut.cz>
Tue, 14 Oct 2014 16:25:19 +0200
changeset 14768 b53e6ab64de8
parent 14767 b1e4895fdbba
child 14769 8fbf2cc4645d
Lint checks running refactored.
stx_libtool.st
--- a/stx_libtool.st	Tue Oct 14 16:25:16 2014 +0200
+++ b/stx_libtool.st	Tue Oct 14 16:25:19 2014 +0200
@@ -39,6 +39,15 @@
     Build- and package information for creation of the st/x standard library: stx_libtool.
     This library contains developer tools.
 "
+!
+
+extensionsVersion_CVS
+    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.113 2014-10-14 14:25:19 vrany Exp $'
+!
+
+extensionsVersion_HG
+
+    ^ '$Changeset: <not expanded> $'
 ! !
 
 !stx_libtool class methodsFor:'accessing - hg'!
@@ -616,10 +625,10 @@
 !stx_libtool class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.112 2014-09-23 09:33:26 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.113 2014-10-14 14:25:19 vrany Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.112 2014-09-23 09:33:26 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.113 2014-10-14 14:25:19 vrany Exp $'
 ! !