From e6a570257f2ccf7eff3f2055d695880a451320ac Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Mon, 28 Jun 2010 18:43:02 +0200 Subject: [PATCH] Version 0.9.15 --- bin/rbot | 2 +- launch_here.rb | 2 +- rbot.gemspec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/rbot b/bin/rbot index 674f235f..2e460e33 100755 --- a/bin/rbot +++ b/bin/rbot @@ -47,7 +47,7 @@ require 'etc' require 'getoptlong' require 'fileutils' -$version ||= '0.9.15-git' +$version ||= '0.9.15' $version_timestamp ||= 0 $opts = Hash.new diff --git a/launch_here.rb b/launch_here.rb index 8877aadf..24946b56 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.15-git' +$version = '0.9.15' pwd = Dir.pwd begin diff --git a/rbot.gemspec b/rbot.gemspec index 6369b595..6b8109a1 100644 --- a/rbot.gemspec +++ b/rbot.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'rbot' - s.version = '0.9.14' + s.version = '0.9.15' s.summary = <<-EOF A modular ruby IRC bot. EOF -- 2.32.0.93.g670b81a890