diff options
-rw-r--r-- | activesupport/Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/Rakefile b/activesupport/Rakefile index 51294d4de6..93beee39f7 100644 --- a/activesupport/Rakefile +++ b/activesupport/Rakefile @@ -5,7 +5,7 @@ require 'rake/contrib/rubyforgepublisher' PKG_BUILD = ENV['PKG_BUILD'] ? '.' + ENV['PKG_BUILD'] : '' PKG_NAME = 'activesupport' -PKG_VERSION = '1.0.3' + PKG_BUILD +PKG_VERSION = '1.0.4' + PKG_BUILD PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}" RELEASE_NAME = "REL #{PKG_VERSION}" |