From c7a706f8cb3cb6d1f341c6e64d3931ac688e06d7 Mon Sep 17 00:00:00 2001 From: Sam Stephenson Date: Tue, 14 Aug 2007 05:25:58 +0000 Subject: [PATCH] prototype: Bump to 1.6.0_rc0 --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index deaea8f..09fe9a3 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.6.0_pre1' +PROTOTYPE_VERSION = '1.6.0_rc0' task :default => [:dist, :package, :clean_package_source]