From 1878e1f3aea5399c1f16a528afc347f1e42cd44d Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Thu, 16 Oct 2008 21:16:23 +0200 Subject: Version rbot-0.9.14 --- Rakefile | 2 +- bin/rbot | 2 +- launch_here.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Rakefile b/Rakefile index a04eab47..86db58fc 100644 --- a/Rakefile +++ b/Rakefile @@ -6,7 +6,7 @@ task :default => [:buildext] spec = Gem::Specification.new do |s| s.name = 'rbot' - s.version = '0.9.13' + s.version = 'rbot' s.summary = <<-EOF A modular ruby IRC bot. EOF diff --git a/bin/rbot b/bin/rbot index 34c5935b..b97d4caa 100755 --- a/bin/rbot +++ b/bin/rbot @@ -47,7 +47,7 @@ require 'etc' require 'getoptlong' require 'fileutils' -$version ||= '0.9.13' +$version ||= 'rbot-0.9.14' $version_timestamp ||= 0 $opts = Hash.new diff --git a/launch_here.rb b/launch_here.rb index b57afa4e..cc3e7abf 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 = '0.9.13' +$version = 'rbot-0.9.14' pwd = Dir.pwd begin -- cgit v1.2.3