From c1f17680af01f558b1d2a47a7744ec8cb71524eb Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Tue, 29 Jul 2008 22:13:35 +0200 Subject: Start working on 0.9.12 --- Rakefile | 2 +- bin/rbot | 2 +- launch_here.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Rakefile b/Rakefile index b2495552..45e62613 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.11' + s.version = '0.9.12' s.summary = <<-EOF A modular ruby IRC bot. EOF diff --git a/bin/rbot b/bin/rbot index aaeb730e..b63ea422 100755 --- a/bin/rbot +++ b/bin/rbot @@ -47,7 +47,7 @@ require 'etc' require 'getoptlong' require 'fileutils' -$version ||= '0.9.11' +$version ||= '0.9.12-git' $version_timestamp ||= 0 $opts = Hash.new diff --git a/launch_here.rb b/launch_here.rb index c6a0fdc9..aa044887 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.11' +$version = '0.9.12-git' pwd = Dir.pwd begin -- cgit v1.2.3