Changeset 9636
- Timestamp:
- 06/12/08 01:40:31 (4 months ago)
- Files:
-
- trunk/Config.kmk (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Config.kmk
r9632 r9636 116 116 # new build. The define is available in every source file. Only even build numbers 117 117 # will be published, odd numbers are set during development. 118 # When doing a release also 'export VBOX_ADDITIONS_SH_MODE = release' here to119 # force an exact match of the additions build and the application builds.120 118 VBOX_VERSION_BUILD = 51 121 119 # Full version string (may include more than just x.y.z, but no spaces or other problematic chars). 122 120 VBOX_VERSION_STRING = $(VBOX_VERSION_MAJOR).$(VBOX_VERSION_MINOR).$(VBOX_VERSION_BUILD) 121 # Force the additions.sh script to get an exact additions build when we're doing the release. 122 ifeq ($(int-mod $(VBOX_VERSION_BUILD),2),0) 123 export VBOX_ADDITIONS_SH_MODE = release 124 endif 123 125 124 126

