From 555ee4afd78e254d8649276190731d7f91d59b5c Mon Sep 17 00:00:00 2001 From: Davide D'Agostino Date: Fri, 24 Sep 2010 13:23:06 +0200 Subject: [PATCH] Bumped version to 0.9.16 --- CHANGES.rdoc | 3 ++- padrino-core/lib/padrino-core/version.rb | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGES.rdoc b/CHANGES.rdoc index 387e843f1..84a1a3e0b 100644 --- a/CHANGES.rdoc +++ b/CHANGES.rdoc @@ -1,7 +1,8 @@ = CHANGES -== 0.9.16 (Unreleased) +== 0.9.16 +* Fixed problems with admin * Now only AS > 3.0 * Added padrino-cache * Added redis backend for padrino-cache diff --git a/padrino-core/lib/padrino-core/version.rb b/padrino-core/lib/padrino-core/version.rb index 74e7aabbe..a4bd9d511 100644 --- a/padrino-core/lib/padrino-core/version.rb +++ b/padrino-core/lib/padrino-core/version.rb @@ -5,11 +5,11 @@ # without include full padrino core. # module Padrino - VERSION = '0.9.15' unless defined?(Padrino::VERSION) + VERSION = '0.9.16' unless defined?(Padrino::VERSION) ## # Return the current Padrino version # def self.version VERSION end -end # Padrino \ No newline at end of file +end # Padrino