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

Changeset 4784

Show
Ignore:
Timestamp:
08/18/06 05:51:10 (2 years ago)
Author:
madrobby
Message:

script.aculo.us: fix version in Rakefile

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • spinoffs/scriptaculous/Rakefile

    r4193 r4784  
    55PKG_NAME        = 'scriptaculous-js' 
    66PKG_BUILD       = ENV['PKG_BUILD'] ? '.' + ENV['PKG_BUILD'] : '' 
    7 PKG_VERSION     = '1.6.1' + PKG_BUILD 
     7PKG_VERSION     = '1.6.2' + PKG_BUILD 
    88PKG_FILE_NAME   = "#{PKG_NAME}-#{PKG_VERSION}" 
    99PKG_DESTINATION = ENV["RAILS_PKG_DESTINATION"] || "dist"