CmdLineParser.st
branchjv
changeset 17883 209190914636
parent 17766 0acf634e6550
child 17898 5fc80f9f6c56
--- a/CmdLineParser.st	Mon Oct 10 16:57:43 2011 +0100
+++ b/CmdLineParser.st	Tue Oct 11 16:53:59 2011 +0100
@@ -276,9 +276,9 @@
 !CmdLineParser class methodsFor:'documentation'!
 
 version
-    ^'$Id: CmdLineParser.st 10524 2010-05-20 13:35:23Z vranyj1 $'
+    ^'$Id: CmdLineParser.st 10717 2011-10-11 15:53:59Z vranyj1 $'
 !
 
 version_SVN
-    ^ '$Id: CmdLineParser.st 10524 2010-05-20 13:35:23Z vranyj1 $'
+    ^ '$Id: CmdLineParser.st 10717 2011-10-11 15:53:59Z vranyj1 $'
 ! !