Update versions (otherwise you install a gem from source as beta3 but internally it's beta2) and update CHANGELOG.

This commit is contained in:
José Valim
2010-04-10 12:17:34 +02:00
parent 55d159b25d
commit ee309d506c
9 changed files with 14 additions and 8 deletions

View File

@@ -3,7 +3,7 @@ module ActiveModel
MAJOR = 3
MINOR = 0
TINY = 0
BUILD = "beta2"
BUILD = "beta3"
STRING = [MAJOR, MINOR, TINY, BUILD].join('.')
end