hotspot/make/linux/makefiles/vm.make
changeset 33959 36f534ca18c0
parent 33957 39113ae98993
child 33964 6d5466bf96ae
--- a/hotspot/make/linux/makefiles/vm.make	Fri Jun 12 08:32:43 2015 +0200
+++ b/hotspot/make/linux/makefiles/vm.make	Fri Jun 19 10:34:38 2015 -0700
@@ -78,6 +78,7 @@
 JDK_VER_DEFS  = -DVERSION_MAJOR=$(VERSION_MAJOR) \
 		-DVERSION_MINOR=$(VERSION_MINOR) \
 		-DVERSION_SECURITY=$(VERSION_SECURITY) \
+	        -DVERSION_PATCH=$(VERSION_PATCH) \
 		-DVERSION_BUILD=$(VERSION_BUILD)
 VM_VER_DEFS   = -DHOTSPOT_VERSION_STRING="\"$(HOTSPOT_VERSION_STRING)\"" \
 		-DVERSION_STRING="\"$(VERSION_STRING)\""  \