]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/commitdiff
Start working on 0.9.13
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Sat, 9 Aug 2008 18:23:58 +0000 (20:23 +0200)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Sat, 9 Aug 2008 18:23:58 +0000 (20:23 +0200)
Rakefile
bin/rbot
launch_here.rb

index 45e62613ffae22b4342d71577ad1cd631446577a..a04eab470c423b39af678a4be374c98d7f6f5c8c 100644 (file)
--- a/Rakefile
+++ b/Rakefile
@@ -6,7 +6,7 @@ task :default => [:buildext]
 
 spec = Gem::Specification.new do |s|
   s.name = 'rbot'
-  s.version = '0.9.12'
+  s.version = '0.9.13'
   s.summary = <<-EOF
     A modular ruby IRC bot.
   EOF
index 50847b15d9b9a8cf26f60bfc29394a20aece49e5..57f18ff9b7d53f39c57c2d078b2630c22c67b179 100755 (executable)
--- a/bin/rbot
+++ b/bin/rbot
@@ -47,7 +47,7 @@ require 'etc'
 require 'getoptlong'
 require 'fileutils'
 
-$version ||= '0.9.12'
+$version ||= '0.9.13-git'
 $version_timestamp ||= 0
 $opts = Hash.new
 
index a96efa66e48fe1b157ae1c9d394f6c0652fc4ba4..8f9243ed646a4492ac42b86c78395ae4f874e9d9 100755 (executable)
@@ -8,7 +8,7 @@ puts "Running from #{SCM_DIR}"
 
 $:.unshift File.join(SCM_DIR, 'lib')
 
-$version = '0.9.12'
+$version = '0.9.13-git'
 
 pwd = Dir.pwd
 begin