From 447dcaf9aaa7f9f4f27515f2accd3ea30eeecae2 Mon Sep 17 00:00:00 2001 From: Philip Arndt Date: Thu, 14 Oct 2010 09:48:54 +1300 Subject: [PATCH] Tell the codebase it's a future version. --- refinerycms.gemspec | 4 ++-- vendor/plugins/refinery/lib/refinery.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/refinerycms.gemspec b/refinerycms.gemspec index 9c41c34408..d7b8df27b5 100644 --- a/refinerycms.gemspec +++ b/refinerycms.gemspec @@ -1,8 +1,8 @@ Gem::Specification.new do |s| s.name = %q{refinerycms} - s.version = %q{0.9.7.14} + s.version = %q{0.9.7.15} s.description = %q{A beautiful open source Ruby on Rails content manager for small business. Easy to extend, easy to use, lightweight and all wrapped up in a super slick UI.} - s.date = %q{2010-10-12} + s.date = %q{2010-10-14} s.summary = %q{A beautiful open source Ruby on Rails content manager for small business.} s.email = %q{info@refinerycms.com} s.homepage = %q{http://refinerycms.com} diff --git a/vendor/plugins/refinery/lib/refinery.rb b/vendor/plugins/refinery/lib/refinery.rb index 88e31cc306..be5c34715a 100644 --- a/vendor/plugins/refinery/lib/refinery.rb +++ b/vendor/plugins/refinery/lib/refinery.rb @@ -31,7 +31,7 @@ class << self @major = 0 @minor = 9 @tiny = 7 - @build = 14 + @build = 15 def self.to_s [@major, @minor, @tiny, @build].compact.join('.')