summaryrefslogtreecommitdiffstats
path: root/lib/redmine.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/redmine.rb')
-rw-r--r--lib/redmine.rb13
1 files changed, 2 insertions, 11 deletions
diff --git a/lib/redmine.rb b/lib/redmine.rb
index 20b30c037..cfcccccf9 100644
--- a/lib/redmine.rb
+++ b/lib/redmine.rb
@@ -1,11 +1,2 @@
-module Redmine
- module VERSION #:nodoc:
- MAJOR = 0
- MINOR = 5
- TINY = 0
-
- STRING= [MAJOR, MINOR, TINY].join('.')
-
- def self.to_s; STRING end
- end
-end \ No newline at end of file
+require 'redmine/version'
+require 'redmine/acts_as_watchable/init'