Sha256: 6a71147844fd47466b6f8282c8105c9521b887061cdfc1d456f14446c885d039

Contents?: true

Size: 229 Bytes

Versions: 1

Compression:

Stored size: 229 Bytes

Contents

# Copyright (C) 2003-2007 Kouichirou Eto, All rights reserved.
# License: Ruby License

module QP #:nodoc:
  module VERSION #:nodoc:
    MAJOR = 0
    MINOR = 0
    TINY  = 2
    STRING = [MAJOR, MINOR, TINY].join('.')
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cutep-0.0.2 lib/qp/version.rb