X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/a12d4f62752f546f57421244e370e79965706ffb..f7aee769411a893c1059c529a220c0d25c72974f:/vendor/plugins/login_engine/init_engine.rb diff --git a/vendor/plugins/login_engine/init_engine.rb b/vendor/plugins/login_engine/init_engine.rb new file mode 100644 index 0000000..a959da0 --- /dev/null +++ b/vendor/plugins/login_engine/init_engine.rb @@ -0,0 +1,11 @@ +# load up all the required files we need... + +require 'login_engine' + +module LoginEngine::Version + Major = 1 + Minor = 0 + Release = 2 +end + +Engines.current.version = LoginEngine::Version \ No newline at end of file