stx_libbasic3.st
branchjv
changeset 3125 08d6603c4fe9
parent 3098 67aaf3fadffb
child 3126 d6be49d743b4
--- a/stx_libbasic3.st	Mon Jan 21 09:21:30 2013 +0000
+++ b/stx_libbasic3.st	Tue Mar 12 10:31:15 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'!
@@ -242,6 +246,11 @@
     ^ '$Id: 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                                                                     $'
 ! !
+