summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2008-07-24 16:51:28 +0200
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2008-07-24 16:51:28 +0200
commit1e43f97c27e6c55d312c14a2b9ed676b6bdb01ce (patch)
treea630f9fd689dabf4fc8153fdea4fd9e89240898a
parenta89b5ad4b9121bbfa033d87852692a3c8a922e58 (diff)
Version 0.9.11
-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 1ac4f3a4..aaeb730e 100755
--- a/bin/rbot
+++ b/bin/rbot
@@ -47,7 +47,7 @@ require 'etc'
require 'getoptlong'
require 'fileutils'
-$version ||= '0.9.11-rc3'
+$version ||= '0.9.11'
$version_timestamp ||= 0
$opts = Hash.new
diff --git a/launch_here.rb b/launch_here.rb
index dcd7f5e4..c6a0fdc9 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-rc3'
+$version = '0.9.11'
pwd = Dir.pwd
begin