summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2008-10-16 21:17:39 +0200
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2008-10-16 21:17:39 +0200
commit60a664cc6af15b9a45f4891cee05fb7d11218bbd (patch)
treedb5b5ae250bfb6c76a5d2d434a92e85dece6048b
parent1878e1f3aea5399c1f16a528afc347f1e42cd44d (diff)
Version 0.9.14
-rw-r--r--Rakefile2
-rwxr-xr-xbin/rbot2
-rwxr-xr-xlaunch_here.rb2
3 files changed, 3 insertions, 3 deletions
diff --git a/Rakefile b/Rakefile
index 86db58fc..8098a0dd 100644
--- a/Rakefile
+++ b/Rakefile
@@ -6,7 +6,7 @@ task :default => [:buildext]
spec = Gem::Specification.new do |s|
s.name = 'rbot'
- s.version = 'rbot'
+ s.version = '0.9.14'
s.summary = <<-EOF
A modular ruby IRC bot.
EOF
diff --git a/bin/rbot b/bin/rbot
index b97d4caa..024b4313 100755
--- a/bin/rbot
+++ b/bin/rbot
@@ -47,7 +47,7 @@ require 'etc'
require 'getoptlong'
require 'fileutils'
-$version ||= 'rbot-0.9.14'
+$version ||= '0.9.14'
$version_timestamp ||= 0
$opts = Hash.new
diff --git a/launch_here.rb b/launch_here.rb
index cc3e7abf..f3e74c80 100755
--- a/launch_here.rb
+++ b/launch_here.rb
@@ -8,7 +8,7 @@ puts "Running from #{SCM_DIR}"
$:.unshift File.join(SCM_DIR, 'lib')
-$version = 'rbot-0.9.14'
+$version = '0.9.14'
pwd = Dir.pwd
begin