From 6872c5e0b985fd76ba38fdde1bdf044bca1e7332 2009-05-17 09:16:23 From: Jean-Philippe Lang Date: 2009-05-17 09:16:23 Subject: [PATCH] Updates for 0.8.4 release. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/0.8-stable@2748 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 07835b7..2a078ba 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -5,7 +5,7 @@ Copyright (C) 2006-2009 Jean-Philippe Lang http://www.redmine.org/ -== 2009-xx-xx v0.8.4 +== 2009-05-17 v0.8.4 * Allow textile mailto links * Fixed: memory consumption when uploading file diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index 05e4d88..ca52406 100644 --- a/lib/redmine/version.rb +++ b/lib/redmine/version.rb @@ -4,7 +4,7 @@ module Redmine module VERSION #:nodoc: MAJOR = 0 MINOR = 8 - TINY = 3 + TINY = 4 # Branch values: # * official release: nil