LibraryDefinition.st
changeset 13732 72c921bb9eea
parent 13729 af86d0e06956
child 13783 c8611cfbbba5
--- a/LibraryDefinition.st	Tue Sep 27 19:22:34 2011 +0200
+++ b/LibraryDefinition.st	Tue Sep 27 19:36:26 2011 +0200
@@ -270,7 +270,7 @@
 '# $','Header','$
 #
 # DO NOT EDIT
-# automagically generated from the projectDefinition: ',self name,'.
+# automagically generated from the projectDefinition: ',self name,' at ',Timestamp now printString,'.
 #
 # Warning: once you modify this file, do not rerun
 # stmkmp or projectDefinition-build again - otherwise, your changes are lost.
@@ -330,7 +330,7 @@
 
     "Created: / 09-08-2006 / 11:44:20 / fm"
     "Modified: / 09-08-2006 / 19:59:32 / fm"
-    "Modified: / 27-09-2011 / 18:39:31 / cg"
+    "Modified: / 27-09-2011 / 19:33:19 / cg"
 !
 
 extensionLine_libInit_dot_cc
@@ -390,7 +390,7 @@
 '# $','Header','$
 #
 # DO NOT EDIT
-# automagically generated from the projectDefinition: ',self name,'.
+# automagically generated from the projectDefinition: ',self name,' at ',Timestamp now printString,'.
 #
 # Warning: once you modify this file, do not rerun
 # stmkmp or projectDefinition-build again - otherwise, your changes are lost.
@@ -513,7 +513,7 @@
     "Created: / 08-08-2006 / 20:45:36 / fm"
     "Modified: / 09-08-2006 / 16:50:23 / fm"
     "Modified: / 24-06-2009 / 21:39:29 / Jan Vrany <vranyj1@fel.cvut.cz>"
-    "Modified: / 12-09-2011 / 15:45:09 / cg"
+    "Modified: / 27-09-2011 / 19:33:48 / cg"
 !
 
 vc_dot_def
@@ -698,9 +698,9 @@
 !LibraryDefinition class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.102 2011-09-27 16:39:52 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.103 2011-09-27 17:36:26 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.102 2011-09-27 16:39:52 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.103 2011-09-27 17:36:26 cg Exp $'
 ! !