Skip to content

Commit

Permalink
chg: Version 2.7.0.stable.RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Krzyzak committed Aug 17, 2010
1 parent d7d9b02 commit 44e1dac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/mylyn_connector/version.rb
Expand Up @@ -5,7 +5,7 @@ module Version
TINY = 0

# stable/trunk
BRANCH = 'trunk'
BRANCH = 'stable'

#Code from Redmine::Version
def self.revision
Expand All @@ -28,6 +28,8 @@ def self.revision
end
}
revision
#TODO Git implementation
return RC1
end

REVISION = self.revision
Expand Down

0 comments on commit 44e1dac

Please sign in to comment.