--- P4Ruby-1.4841/p4conf.rb 2005-03-01 17:52:29.000000000 +0100 +++ P4Ruby-1.4841/p4conf.fixed 2006-02-04 13:48:11.000000000 +0100 @@ -137,7 +137,7 @@ return nil end - re = Regexp.new( '^RELEASE = (\d+)\.(\d+)' ) + re = Regexp.new( '^RELEASE = (\d+) (\d+)' ) apiver = nil File.open( "Version", "r" ) do |f|