summaryrefslogtreecommitdiff
path: root/bin/rbot
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2006-07-18 12:18:18 +0000
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2006-07-18 12:18:18 +0000
commit1643127b5b9b115451f10d8f40338c83b2e0c424 (patch)
tree1413a28e211667e73d8c8d0702dcfbaba089d62a /bin/rbot
parent1b8dffbc43b3716ce32086e2e1f88e92adc5056a (diff)
rbot now properly identifies as the 'next version svn', and the gem package is built as the 'next version'
Diffstat (limited to 'bin/rbot')
-rwxr-xr-xbin/rbot2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/rbot b/bin/rbot
index 37ef427c..14b57d7c 100755
--- a/bin/rbot
+++ b/bin/rbot
@@ -27,7 +27,7 @@ require 'etc'
require 'getoptlong'
require 'fileutils'
-$version="0.9.10"
+$version="0.9.10-svn"
$opts = Hash.new
orig_opts = ARGV.dup