public
Rubygem
Description: Merb Core: All you need. None you don't.
Homepage: http://www.merbivore.com
Clone URL: git://github.com/wycats/merb-core.git
Search Repo:
ezmobius (author)
Sat May 03 17:31:39 -0700 2008
commit  770bf3caabf070769d14a0e26e4f1792cffa2737
tree    d9be9a4a7cb275d329a0c80e03f28b08c20c577a
parent  d1d534d78a8549fb76b9714cd7ada6eb699786d3
merb-core / lib / merb-core / version.rb
100644 11 lines (10 sloc) 0.354 kb
1
2
3
4
5
6
7
8
9
10
11
module Merb
  VERSION = '0.9.3' unless defined?(Merb::VERSION)
 
  # Merb::RELEASE meanings:
  # 'dev' : unreleased
  # 'pre' : pre-release Gem candidates
  # nil : released
  # You should never check in to trunk with this changed. It should
  # stay 'dev'. Change it to nil in release tags.
  RELEASE = 'dev' unless defined?(Merb::RELEASE)
end