prototype: 1.5.1_rc4

This commit is contained in:
Sam Stephenson 2007-04-28 04:07:54 +00:00
parent cbf8be9869
commit c580aea385
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
*SVN*
*1.5.1_rc4* (April 27, 2007)
* Fix $F breakage from [6598]. [sam]

View File

@ -5,7 +5,7 @@ PROTOTYPE_ROOT = File.expand_path(File.dirname(__FILE__))
PROTOTYPE_SRC_DIR = File.join(PROTOTYPE_ROOT, 'src')
PROTOTYPE_DIST_DIR = File.join(PROTOTYPE_ROOT, 'dist')
PROTOTYPE_PKG_DIR = File.join(PROTOTYPE_ROOT, 'pkg')
PROTOTYPE_VERSION = '1.5.1_rc3'
PROTOTYPE_VERSION = '1.5.1_rc4'
task :default => [:dist, :package, :clean_package_source]