a959da00f90f9a2d324a77149f54b0ba94908ec1
[selectricity] / 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?