bin/getopts/uttk.rb in uttk-0.3.5.0 vs bin/getopts/uttk.rb in uttk-0.3.6.1

- old
+ new

@@ -1,12 +1,12 @@ # Author:: The Uttk Team. # Copyright:: Copyright (c) 2004 Uttk team. All rights reserved. # License:: LGPL -# $Id: /w/fey/uttk/trunk/bin/getopts/uttk.rb 22258 2006-02-26T14:40:04.490324Z pouillar $ +# $Id: /w/fey/uttk/trunk/bin/getopts/uttk.rb 22673 2006-03-11T19:16:37.840151Z pouillar $ require 'optparse' -Hierarchy.import! +Module::Hierarchy.import! PpHierarchy.import! module Uttk module Getopts @@ -333,10 +333,10 @@ puts((::Uttk::DIR + 'AUTHORS').read) exit 0 end optparser.on_tail('--version', 'Show version') do - puts ::Uttk::Version.text + puts ::Uttk::VersionId.text exit 0 end end