diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2008-07-24 16:51:28 +0200 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2008-07-24 16:51:28 +0200 |
commit | 1e43f97c27e6c55d312c14a2b9ed676b6bdb01ce (patch) | |
tree | a630f9fd689dabf4fc8153fdea4fd9e89240898a | |
parent | a89b5ad4b9121bbfa033d87852692a3c8a922e58 (diff) |
Version 0.9.11
-rwxr-xr-x | bin/rbot | 2 | ||||
-rwxr-xr-x | launch_here.rb | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 |