prototype: Bump to 1.6.0_rc0

This commit is contained in:
Sam Stephenson 2007-08-14 05:25:58 +00:00
parent d8b8c6586d
commit c7a706f8cb
1 changed files with 1 additions and 1 deletions

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.6.0_pre1'
PROTOTYPE_VERSION = '1.6.0_rc0'
task :default => [:dist, :package, :clean_package_source]