]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/commitdiff
Version 0.9.15
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Mon, 28 Jun 2010 16:43:02 +0000 (18:43 +0200)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Mon, 28 Jun 2010 16:43:02 +0000 (18:43 +0200)
bin/rbot
launch_here.rb
rbot.gemspec

index 674f235f5e75d6bda348f314f08e4cdd1bc56e35..2e460e337d5bce8c119d67126edbc73f61cb5250 100755 (executable)
--- a/bin/rbot
+++ b/bin/rbot
@@ -47,7 +47,7 @@ require 'etc'
 require 'getoptlong'
 require 'fileutils'
 
-$version ||= '0.9.15-git'
+$version ||= '0.9.15'
 $version_timestamp ||= 0
 $opts = Hash.new
 
index 8877aadfc71e0fac76a645caca202bb7244a321d..24946b56fb296ba2bd4f5cc6a6ce0a64ed148101 100755 (executable)
@@ -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
index 6369b5951fd6f73f496e9edf8ad052121c386a1e..6b8109a15b51b9e4dcb190c68587d57a12df82d9 100644 (file)
@@ -1,6 +1,6 @@
 Gem::Specification.new do |s|
   s.name = 'rbot'
-  s.version = '0.9.14'
+  s.version = '0.9.15'
   s.summary = <<-EOF
     A modular ruby IRC bot.
   EOF