Skip to content

Commit

Permalink
Bump branch to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
judofyr committed Apr 3, 2010
1 parent d0e5121 commit 3890a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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] * '.')
Expand Down

0 comments on commit 3890a8c

Please sign in to comment.