Match build number to branch

Mostly for my CI server #1523
This commit is contained in:
AJ Fite 2014-03-19 00:44:49 -07:00
parent 8765dac0e3
commit 515ab78f22

View file

@ -29,7 +29,7 @@ if (System.getenv().BUILD_NUMBER)
else
logger.lifecycle "SETTING BUILDNUMBER TO 0"
version = "5.0.3"
version = "5.1.0"
group= "com.mod-buildcraft"
archivesBaseName = "buildcraft" // the name that all artifacts will use as a base. artifacts names follow this pattern: [baseName]-[appendix]-[version]-[classifier].[extension]