Script/about shows wrong rails version

I just ran rake:rails:freeze:edge then ran script/about and it reports
this:

alex-eggs-computer:~/sites/mms-service eggie5$ script/about


  * config.breakpoint_server has been deprecated and has no

effect. *


About your application’s environment
Ruby version 1.8.6 (i686-darwin8.10.1)
RubyGems version 0.9.2
Rails version 1.2.4

Why does it show rails 1.2.4?


About your application’s environment
Ruby version 1.8.6 (i686-darwin8.10.1)
RubyGems version 0.9.2
Rails version 1.2.4

Why does it show rails 1.2.4?

Perhaps you need to run rake:rails:update as well?

On 10/5/07, eggie5 [email protected] wrote:


About your application’s environment
Ruby version 1.8.6 (i686-darwin8.10.1)
RubyGems version 0.9.2
Rails version 1.2.4

Why does it show rails 1.2.4?

The version strings are only updated for official releases. That’ll be
2.0.0 when Rails 2 is officially released.

jeremy

Nope:

alex-eggs-computer:~/sites/mms-service eggie5$ rake rails:update
(in /Users/eggie5/Sites/mms-service)
alex-eggs-computer:~/sites/mms-service eggie5$ script/about


  * config.breakpoint_server has been deprecated and has no

effect. *


About your application’s environment
Ruby version 1.8.6 (i686-darwin8.10.1)
RubyGems version 0.9.2
Rails version 1.2.4