summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2008-10-17 18:01:23 +0200
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2008-10-17 18:01:23 +0200
commit576727b619cfa6a0e7e2860450aef67a9563f803 (patch)
treebc883ae1e6183868263c0f5d26258f143f915734
parentcb21e6286ea1641ca00cf78e174317542275734c (diff)
Start working on 0.9.15
-rw-r--r--Rakefile2
-rwxr-xr-xbin/rbot2
-rwxr-xr-xlaunch_here.rb2
3 files changed, 3 insertions, 3 deletions
diff --git a/Rakefile b/Rakefile
index 8098a0dd..822fe732 100644
--- a/Rakefile
+++ b/Rakefile
@@ -6,7 +6,7 @@ task :default => [:buildext]
spec = 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
diff --git a/bin/rbot b/bin/rbot
index 024b4313..dcc8bba4 100755
--- a/bin/rbot
+++ b/bin/rbot
@@ -47,7 +47,7 @@ require 'etc'
require 'getoptlong'
require 'fileutils'
-$version ||= '0.9.14'
+$version ||= '0.9.15-git'
$version_timestamp ||= 0
$opts = Hash.new
diff --git a/launch_here.rb b/launch_here.rb
index f3e74c80..6f9de4bf 100755
--- a/launch_here.rb
+++ b/launch_here.rb
@@ -8,7 +8,7 @@ puts "Running from #{SCM_DIR}"
$:.unshift File.join(SCM_DIR, 'lib')
-$version = '0.9.14'
+$version = '0.9.15-git'
pwd = Dir.pwd
begin