stx_libtool.st
branchjv
changeset 12267 192a107e26b9
parent 12265 f1b3696cf042
child 12268 cb43ab66c093
--- a/stx_libtool.st	Wed Jul 25 15:51:05 2012 +0100
+++ b/stx_libtool.st	Thu Jul 26 11:10:37 2012 +0100
@@ -11,7 +11,7 @@
 "
 "{ Package: 'stx:libtool' }"
 
-LibraryDefinition subclass:#'stx_libtool'
+LibraryDefinition subclass:#stx_libtool
 	instanceVariableNames:''
 	classVariableNames:''
 	poolDictionaries:''
@@ -43,9 +43,7 @@
 
 extensionsVersion_CVS
     ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.83 2012/07/18 17:12:58 cg Exp $'
-!
-
- !
+! !
 
 !stx_libtool class methodsFor:'description'!
 
@@ -539,13 +537,13 @@
     "Return a SVN revision number of myself.
      This number is updated after a commit"
 
-    ^ "$SVN-Revision:"'8007            '"$"
+    ^ "$SVN-Revision:"'8022            '"$"
 ! !
 
 !stx_libtool class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.83 2012/07/18 17:12:58 cg Exp $'
+    ^ '$Id: stx_libtool.st 8024 2012-07-26 10:10:37Z vranyj1 $'
 !
 
 version_CVS
@@ -553,5 +551,5 @@
 !
 
 version_SVN
-    ^ '$Id: stx_libtool.st 8022 2012-07-25 09:51:30Z vranyj1 $'
+    ^ '$Id: stx_libtool.st 8024 2012-07-26 10:10:37Z vranyj1 $'
 ! !