djcp / radiant-fckeditor

FCKEditor for the Radiant CMS

radiant-fckeditor / lib / fckeditor_version.rb
100644 9 lines (8 sloc) 0.127 kb
1
2
3
4
5
6
7
8
9
module FckeditorVersion
  MAJOR = 0
  MINOR = 4
  RELEASE = 3
  
  def self.current
   "#{MAJOR}.#{MINOR}.#{RELEASE}"
  end
end