aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2004-12-16 19:54:04 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2004-12-16 19:54:04 +0000
commit4e78b0627c5443f9a7269174439b34679f7be3d2 (patch)
tree4a291b3e27675daa60293bca53f6098d06efd6c8 /activerecord
parent2f3db152ecbb76c9bcb5b2e3aa12816896df79f1 (diff)
downloadrails-4e78b0627c5443f9a7269174439b34679f7be3d2.tar.gz
rails-4e78b0627c5443f9a7269174439b34679f7be3d2.tar.bz2
rails-4e78b0627c5443f9a7269174439b34679f7be3d2.zip
Rails 0.9 is a reality
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@198 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/CHANGELOG2
-rwxr-xr-xactiverecord/Rakefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index bd6a856285..82f9d88992 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,4 +1,4 @@
-*CVS*
+*1.2.0*
* Added Base.validates_inclusion_of that validates whether the value of the specified attribute is available in a particular enumerable
object. [what-a-day]
diff --git a/activerecord/Rakefile b/activerecord/Rakefile
index 9ffd707c08..b79d78ad23 100755
--- a/activerecord/Rakefile
+++ b/activerecord/Rakefile
@@ -8,7 +8,7 @@ require 'rake/contrib/rubyforgepublisher'
PKG_BUILD = ENV['PKG_BUILD'] ? '.' + ENV['PKG_BUILD'] : ''
PKG_NAME = 'activerecord'
-PKG_VERSION = '1.1.0' + PKG_BUILD
+PKG_VERSION = '1.2.0' + PKG_BUILD
PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}"
PKG_FILES = FileList[