Changeset 8728
- Timestamp:
- 01/25/08 22:57:06 (5 months ago)
- Files:
-
- spinoffs/prototype/trunk/CHANGELOG (modified) (1 diff)
- spinoffs/prototype/trunk/Rakefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
spinoffs/prototype/trunk/CHANGELOG
r8726 r8728 1 * SVN*1 *1.6.0.2* (January 25, 2008) 2 2 3 3 * Update the list of officially supported browsers in the README. [sam] spinoffs/prototype/trunk/Rakefile
r8591 r8728 6 6 PROTOTYPE_DIST_DIR = File.join(PROTOTYPE_ROOT, 'dist') 7 7 PROTOTYPE_PKG_DIR = File.join(PROTOTYPE_ROOT, 'pkg') 8 PROTOTYPE_VERSION = '1.6.0. 1'8 PROTOTYPE_VERSION = '1.6.0.2' 9 9 10 10 task :default => [:dist, :package, :clean_package_source]