1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Prepare for tiny release of 1.1.2

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4202 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
David Heinemeier Hansson 2006-04-09 21:09:45 +00:00
parent 23585d721d
commit 4d078c87f4
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
*SVN*
*1.1.2* (April 9th, 2005)
* Added rake rails:update:configs to update config/boot.rb from the latest (also included in rake rails:update) [DHH]

View file

@ -2,7 +2,7 @@ module Rails
module VERSION #:nodoc:
MAJOR = 1
MINOR = 1
TINY = 1
TINY = 2
STRING = [MAJOR, MINOR, TINY].join('.')
end