stx_libbasic3.st
branchjv
changeset 3121 19723298dd2c
parent 3098 67aaf3fadffb
child 3128 87750af738dc
--- a/stx_libbasic3.st	Mon Jan 21 09:21:30 2013 +0000
+++ b/stx_libbasic3.st	Tue Jan 29 14:40:26 2013 +0000
@@ -39,6 +39,10 @@
     Build- and package information for creation of the st/x standard library: stx_libbasic3.
     This library contains source-code-management, packaging and history related stuff.
 "
+!
+
+extensionsVersion_SVN
+    ^ '$Id:: extensions.st 1911 2012-04-03 17:14:36Z vranyj1                                                                        $'
 ! !
 
 !stx_libbasic3 class methodsFor:'description'!
@@ -239,9 +243,14 @@
 !stx_libbasic3 class methodsFor:'documentation'!
 
 version
-    ^ '$Id: stx_libbasic3.st 1985 2013-01-16 11:55:57Z vranyj1 $'
+    ^ '$Header: stx_libbasic3.st 1985 2013-01-16 11:55:57Z vranyj1 $'
+!
+
+version_HG
+    ^ '$Changeset: <not expanded> $'
 !
 
 version_SVN
-    ^ '$Id:: stx_libbasic3.st 1985 2013-01-16 11:55:57Z vranyj1                                                                     $'
+    ^ '§Id:: stx_libbasic3.st 1985 2013-01-16 11:55:57Z vranyj1                                                                     §'
 ! !
+