prototype: trunk is now 1.5.2_pre0

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

View File

@ -1,3 +1,5 @@
*SVN*
*1.5.1* (it is a mystery)
*1.5.1_rc4* (April 27, 2007)

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'
PROTOTYPE_VERSION = '1.5.2_pre0'
task :default => [:dist, :package, :clean_package_source]