prototype: Prepare for 1.5.1 release.

This commit is contained in:
Sam Stephenson 2007-04-29 01:01:25 +00:00
parent c580aea385
commit 95df0a7c12
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
*1.5.1* (it is a mystery)
*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_rc4'
PROTOTYPE_VERSION = '1.5.1'
task :default => [:dist, :package, :clean_package_source]