Make sure format of version-buildnum matches

This commit is contained in:
Mike Primm 2011-11-27 19:35:49 -06:00
parent 1472e96104
commit e77c36c6f3

View File

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