diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 07835b78e..2a078bacb 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 05e4d88bc..ca5240674 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