From 3890a8c4217a78f25bc9ff1c07d6f42021cb6363 Mon Sep 17 00:00:00 2001 From: Magnus Holm Date: Sat, 3 Apr 2010 16:27:09 +0200 Subject: [PATCH] Bump branch to 2.0 --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 05e5c92..e368486 100644 --- a/Rakefile +++ b/Rakefile @@ -10,7 +10,7 @@ task :default => :check ## Constants NAME = "camping" -BRANCH = "1.9" +BRANCH = "2.0" GIT = ENV['GIT'] || "git" REV = `#{GIT} rev-list HEAD`.strip.split.length VERS = ENV['VERSION'] || (REV.zero? ? BRANCH : [BRANCH, REV] * '.')