git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@203 5ecf4fe2-1ee6-0310-87b1-e25e094e27de

This commit is contained in:
David Heinemeier Hansson 2004-12-17 00:45:25 +00:00
parent 60fad97551
commit 0f3c6b179c
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ require 'date'
PKG_BUILD = ENV['PKG_BUILD'] ? '.' + ENV['PKG_BUILD'] : ''
PKG_NAME = 'rails'
PKG_VERSION = '0.9.0' + PKG_BUILD
PKG_VERSION = '0.9.1' + PKG_BUILD
PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}"
PKG_DESTINATION = ENV["RAILS_PKG_DESTINATION"] || "../#{PKG_NAME}"