]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/commitdiff
Start working on 0.9.12
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Tue, 29 Jul 2008 20:13:35 +0000 (22:13 +0200)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Tue, 29 Jul 2008 20:14:46 +0000 (22:14 +0200)
Rakefile
bin/rbot
launch_here.rb

index b24955523bcd4b4b9c07f8141dd1a7c7ada56019..45e62613ffae22b4342d71577ad1cd631446577a 100644 (file)
--- 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
index aaeb730e3c10301034167a7e6667ee4701f0f257..b63ea422ff42cdf45756d67dbddae71efed833b5 100755 (executable)
--- 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
 
index c6a0fdc9ba1a954d9bab41a626d61e1e369cf0ed..aa0448879f47675abaa100a6a9e09f4b7668cd66 100755 (executable)
@@ -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