]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/commitdiff
Version 0.9.11-rc2
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Thu, 10 Jul 2008 12:26:58 +0000 (14:26 +0200)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Thu, 10 Jul 2008 12:26:58 +0000 (14:26 +0200)
bin/rbot
launch_here.rb

index 96466f4af0eabb78588b080835f5b8766794999e..fd8bc50a6c72bc653f71dda1cbf16d9828774ad3 100755 (executable)
--- a/bin/rbot
+++ b/bin/rbot
@@ -47,7 +47,7 @@ require 'etc'
 require 'getoptlong'
 require 'fileutils'
 
-$version ||= "0.9.11-rc1"
+$version ||= "0.9.11-rc2"
 $version_timestamp ||= 0
 $opts = Hash.new
 
index 0978ac4f508196bf8faa5e5cd23ed21bb65ebaa6..cf23ea788ffa501de2ff3ed5a2a03e3afa2e9f98 100755 (executable)
@@ -8,7 +8,7 @@ puts "Running from #{SCM_DIR}"
 
 $:.unshift File.join(SCM_DIR, 'lib')
 
-$version = '0.9.11-rc1'
+$version = '0.9.11-rc2'
 
 pwd = Dir.pwd
 begin