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

index 1ac4f3a4e23efc68d9441bbe945304a06409d2bf..aaeb730e3c10301034167a7e6667ee4701f0f257 100755 (executable)
--- 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
 
index dcd7f5e4e2755852345f494430fe388d79f01f2c..c6a0fdc9ba1a954d9bab41a626d61e1e369cf0ed 100755 (executable)
@@ -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