changed: #version_SVN
authorfm
Tue, 29 Sep 2009 17:21:37 +0200
changeset 229 45a7cd479073
parent 228 ae68951ec53e
child 230 2e84ab798bb9
changed: #version_SVN
SVN__ProgressNotification.st
--- a/SVN__ProgressNotification.st	Tue Sep 29 17:21:34 2009 +0200
+++ b/SVN__ProgressNotification.st	Tue Sep 29 17:21:37 2009 +0200
@@ -34,10 +34,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-!
-
-version_SVN
-    ^'$Id$'
 ! !
 
 !ProgressNotification class methodsFor:'notification'!
@@ -61,4 +57,12 @@
 
 version
     ^ '$Header$'
+!
+
+version_CVS
+    ^ '$Header$'
+!
+
+version_SVN
+    ^'Id: SVN__ProgressNotification.st 68 2009-04-16 11:35:57Z vranyj1 '
 ! !