Make sure format of version-buildnum matches

This commit is contained in:
Mike Primm 2011-11-28 09:35:49 +08:00 committed by mikeprimm
parent 65a2a5670e
commit 7c109f25c6

View File

@ -1 +1 @@
var dynmapversion = "${project.version}_${BUILD_NUMBER}";
var dynmapversion = "${project.version}-${BUILD_NUMBER}";