class NSWTopo::Version

def <=>(other)

def <=>(other)
  self.to_a <=> other.to_a
end