TimeDuration.st
changeset 16357 db103fed28a4
parent 16356 d9c6b891d04c
child 16403 ddd36af8ddd7
--- a/TimeDuration.st	Thu Apr 17 00:20:35 2014 +0200
+++ b/TimeDuration.st	Thu Apr 17 00:30:27 2014 +0200
@@ -9,7 +9,7 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-"{ Package: 'stx:libbasic2' }"
+"{ Package: 'stx:libbasic' }"
 
 Time subclass:#TimeDuration
 	instanceVariableNames:''
@@ -1077,11 +1077,11 @@
 !TimeDuration class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/TimeDuration.st,v 1.65 2014-04-16 22:20:35 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/TimeDuration.st,v 1.66 2014-04-16 22:30:27 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/TimeDuration.st,v 1.65 2014-04-16 22:20:35 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/TimeDuration.st,v 1.66 2014-04-16 22:30:27 cg Exp $'
 ! !