diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 051105a..4df28cf 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -5,6 +5,11 @@ Copyright (C) 2006-2007 Jean-Philippe Lang http://www.redmine.org/ +== 2007-12-18 v0.6.3 + +* Fixed: upload doesn't work in 'Files' section + + == 2007-12-16 v0.6.2 * Search engine: issue custom fields can now be searched diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index b109d09..e6aa8fa 100644 --- a/lib/redmine/version.rb +++ b/lib/redmine/version.rb @@ -4,7 +4,7 @@ module Redmine module VERSION #:nodoc: MAJOR = 0 MINOR = 6 - TINY = 2 + TINY = 3 def self.revision revision = nil