summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/redmine.rb11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/redmine.rb b/lib/redmine.rb
new file mode 100644
index 000000000..4787b7fc2
--- /dev/null
+++ b/lib/redmine.rb
@@ -0,0 +1,11 @@
+module Redmine
+ module VERSION #:nodoc:
+ MAJOR = 0
+ MINOR = 4
+ TINY = 2
+
+ STRING= [MAJOR, MINOR, TINY].join('.')
+
+ def self.to_s; STRING end
+ end
+end \ No newline at end of file