Skip to content

Commit

Permalink
Bump branch to 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
judofyr committed Aug 19, 2010
1 parent 2093455 commit fccd157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -10,7 +10,7 @@ task :default => :check

## Constants
NAME = "camping"
BRANCH = "2.0"
BRANCH = "2.1"
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 fccd157

Please sign in to comment.