mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Prepared for 0.12.1
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1233 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
parent
83a531ed5b
commit
41bc063e17
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ require 'rbconfig'
|
|||
|
||||
PKG_BUILD = ENV['PKG_BUILD'] ? '.' + ENV['PKG_BUILD'] : ''
|
||||
PKG_NAME = 'rails'
|
||||
PKG_VERSION = '0.12.0' + PKG_BUILD
|
||||
PKG_VERSION = '0.12.1' + PKG_BUILD
|
||||
PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}"
|
||||
PKG_DESTINATION = ENV["RAILS_PKG_DESTINATION"] || "../#{PKG_NAME}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue