diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2008-07-01 01:48:37 +0200 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2008-07-01 01:48:37 +0200 |
commit | 6b1a398dde91137afe4910f4552a17207678dc08 (patch) | |
tree | 7ac12e17c420733e7b14f86a1f34181d3ed5146e /bin/rbot | |
parent | b26120bc609851042c6e6997fd1a259f79b178f6 (diff) |
Version 0.9.11-rc1
Diffstat (limited to 'bin/rbot')
-rwxr-xr-x | bin/rbot | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ require 'etc' require 'getoptlong' require 'fileutils' -$version ||= "0.9.11-git" +$version ||= "0.9.11-rc1" $version_timestamp ||= 0 $opts = Hash.new |