summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/rbot2
-rwxr-xr-xlaunch_here.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/rbot b/bin/rbot
index 57f18ff9..34c5935b 100755
--- a/bin/rbot
+++ b/bin/rbot
@@ -47,7 +47,7 @@ require 'etc'
require 'getoptlong'
require 'fileutils'
-$version ||= '0.9.13-git'
+$version ||= '0.9.13'
$version_timestamp ||= 0
$opts = Hash.new
diff --git a/launch_here.rb b/launch_here.rb
index 8f9243ed..63d05705 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.13-git'
+$version = '0.9.13'
pwd = Dir.pwd
begin