From 7857c360125830908ecda81fa4786a1e3d2ac131 Mon Sep 17 00:00:00 2001 From: Sam Stephenson Date: Tue, 24 Apr 2007 06:18:46 +0000 Subject: [PATCH] prototype: 1.5.1_rc3 --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 9d65f06..1d2d61f 100644 --- a/Rakefile +++ b/Rakefile @@ -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_rc2' +PROTOTYPE_VERSION = '1.5.1_rc3' task :default => [:dist, :package, :clean_package_source]