aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
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 /actionpack
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 'actionpack')
-rw-r--r--actionpack/CHANGELOG2
-rwxr-xr-xactionpack/Rakefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index e60b7eb0da..3043e95352 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,4 +1,4 @@
-*SVN*
+*1.0*
* Added that controllers will now attempt to require a model dependency with their name and in a singular attempt for their name.
So both PostController and PostsController will automatically have the post.rb model required. If no model is found, no error is raised,
diff --git a/actionpack/Rakefile b/actionpack/Rakefile
index e26f488bf7..345e235d52 100755
--- a/actionpack/Rakefile
+++ b/actionpack/Rakefile
@@ -8,7 +8,7 @@ require 'rake/contrib/rubyforgepublisher'
PKG_BUILD = ENV['PKG_BUILD'] ? '.' + ENV['PKG_BUILD'] : ''
PKG_NAME = 'actionpack'
-PKG_VERSION = '0.9.5' + PKG_BUILD
+PKG_VERSION = '1.0.0' + PKG_BUILD
PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}"
desc "Default Task"