summaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 2325cc6..d264b12 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,5 +1,6 @@
# -*- coding: UTF-8 -*-
#
+require './lib/zorglub.rb'
load './tasks/setup.rb'
#
# Project general information
@@ -7,7 +8,7 @@ PROJ.name = 'zorglub'
PROJ.authors = 'Jérémy Zurcher'
PROJ.email = 'jeremy@asynk.ch'
PROJ.url = 'http://cgit.asynk.ch/cgi-bin/cgit/zorglub'
-PROJ.version = '0.0.0'
+PROJ.version = Zorglub::VERSION
PROJ.rubyforge.name = 'FIXME'
PROJ.readme_file = 'README.rdoc'
#