diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2008-10-16 21:17:39 +0200 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2008-10-16 21:17:39 +0200 |
commit | 60a664cc6af15b9a45f4891cee05fb7d11218bbd (patch) | |
tree | db5b5ae250bfb6c76a5d2d434a92e85dece6048b /bin | |
parent | 1878e1f3aea5399c1f16a528afc347f1e42cd44d (diff) |
Version 0.9.14
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/rbot | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ require 'etc' require 'getoptlong' require 'fileutils' -$version ||= 'rbot-0.9.14' +$version ||= '0.9.14' $version_timestamp ||= 0 $opts = Hash.new |