Merge pull request #165 from FireBall1725/rv2

Added some comments
This commit is contained in:
FireBall1725 2014-09-28 13:25:52 -04:00
commit 6103376536

View file

@ -36,6 +36,7 @@ version = config.version + "-" + config.aechannel + "-" + config.build
group = config.group
archivesBaseName = config.archivesBaseName
// If TeamCity is running this build, lets set the version info
if (hasProperty("teamcity")) {
version = teamcity["build.number"]
}