Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 8728

Show
Ignore:
Timestamp:
01/25/08 22:57:06 (5 months ago)
Author:
sam
Message:

prototype: Prepare for 1.6.0.2 release

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • spinoffs/prototype/trunk/CHANGELOG

    r8726 r8728  
    1 *SVN* 
     1*1.6.0.2* (January 25, 2008) 
    22 
    33* Update the list of officially supported browsers in the README.  [sam] 
  • spinoffs/prototype/trunk/Rakefile

    r8591 r8728  
    66PROTOTYPE_DIST_DIR = File.join(PROTOTYPE_ROOT, 'dist') 
    77PROTOTYPE_PKG_DIR  = File.join(PROTOTYPE_ROOT, 'pkg') 
    8 PROTOTYPE_VERSION  = '1.6.0.1
     8PROTOTYPE_VERSION  = '1.6.0.2
    99 
    1010task :default => [:dist, :package, :clean_package_source]