diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2008-08-08 16:14:59 +0200 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2008-08-08 16:14:59 +0200 |
commit | 58459cf3ebcf3a7029fca4c3761dcb8fa23b95c3 (patch) | |
tree | feea38864ccbd081cf8b2b45c39591282dc11d47 | |
parent | fb639f2a686e3261120ddbfb34602f5d56fab356 (diff) |
Version 0.9.12
-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.12-git' +$version ||= '0.9.12' $version_timestamp ||= 0 $opts = Hash.new diff --git a/launch_here.rb b/launch_here.rb index aa044887..a96efa66 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.12-git' +$version = '0.9.12' pwd = Dir.pwd begin |