]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/commitdiff
Version 0.9.12
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Fri, 8 Aug 2008 14:14:59 +0000 (16:14 +0200)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Fri, 8 Aug 2008 14:14:59 +0000 (16:14 +0200)
bin/rbot
launch_here.rb

index b63ea422ff42cdf45756d67dbddae71efed833b5..50847b15d9b9a8cf26f60bfc29394a20aece49e5 100755 (executable)
--- a/bin/rbot
+++ b/bin/rbot
@@ -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
 
index aa0448879f47675abaa100a6a9e09f4b7668cd66..a96efa66e48fe1b157ae1c9d394f6c0652fc4ba4 100755 (executable)
@@ -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