summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2008-07-10 14:26:58 +0200
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2008-07-10 14:26:58 +0200
commit4311b55915199875a172d26a42ae3c1e4e573ff0 (patch)
tree45564741cf9713b880f883d873666e8257cb7b00
parent42652bd5d93b9173149510fa09defafc6ee4b89c (diff)
Version 0.9.11-rc2
-rwxr-xr-xbin/rbot2
-rwxr-xr-xlaunch_here.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/rbot b/bin/rbot
index 96466f4a..fd8bc50a 100755
--- 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
diff --git a/launch_here.rb b/launch_here.rb
index 0978ac4f..cf23ea78 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-rc1'
+$version = '0.9.11-rc2'
pwd = Dir.pwd
begin