]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - launch_here.rb
plugin(points): strip/ignore some terms closes #34
[user/henk/code/ruby/rbot.git] / launch_here.rb
index 8877aadfc71e0fac76a645caca202bb7244a321d..7c4b2a5fcc61c65ee167fae8cf85256fca77648b 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/ruby
+#!/usr/bin/env ruby
 #
 # Load rbot from this directory. (No need to install it with setup.rb)
 #
@@ -8,7 +8,7 @@ puts "Running from #{SCM_DIR}"
 
 $:.unshift File.join(SCM_DIR, 'lib')
 
-$version = '0.9.15-git'
+$version = '0.9.15'
 
 pwd = Dir.pwd
 begin