Variety of small changes (mostly to properties) plus a few "in the
[selectricity-live] / vendor / plugins / login_engine / init_engine.rb
1 # load up all the required files we need...
2
3 require 'login_engine'
4
5 module LoginEngine::Version
6   Major = 1
7   Minor = 0
8   Release = 2
9 end
10
11 Engines.current.version = LoginEngine::Version

Benjamin Mako Hill || Want to submit a patch?