Sha256: 43d75afe58191038fcb1a62a7b1b46c314c3113348f14ce04c9eaed1a7507a64
Contents?: true
Size: 327 Bytes
Versions: 1
Compression:
Stored size: 327 Bytes
Contents
# Copyright (c) 2008 Michael Fellinger m.fellinger@gmail.com # All files in this distribution are subject to the terms of the Ruby license. module Ramaze #:nodoc: module Version #:nodoc: MAJOR = 0 MINOR = 3 TINY = 9.1 STRING = [MAJOR, MINOR, TINY].join('.') end VERSION = Version::STRING end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ramaze-0.3.9.1 | lib/ramaze/version.rb |