Changeset 36112 in vbox
- Timestamp:
- Feb 28, 2011 7:59:34 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r35905 r36112 160 160 VBOX_VERSION_BUILD = 51 161 161 # Full version string (may include more than just x.y.z, but no spaces or other problematic chars). 162 VBOX_VERSION_STRING = $(VBOX_VERSION_MAJOR).$(VBOX_VERSION_MINOR).$(VBOX_VERSION_BUILD) 162 VBOX_BUILD_PUBLISHER = 163 if $(int-gt $(length $(VBOX_BUILD_PUBLISHER)),10) 164 $(error VBOX_BUILD_PUBLISHER must not be longer than 10 characters!) 165 endif 166 VBOX_VERSION_STRING = $(VBOX_VERSION_MAJOR).$(VBOX_VERSION_MINOR).$(VBOX_VERSION_BUILD)$(VBOX_BUILD_PUBLISHER) 163 167 # Force the additions.sh script to get an exact additions build when we're doing the release. 164 168 … … 1009 1013 # 1010 1014 ifdef VBOX_OSE 1011 VBOX_VERSION_STRING = $(VBOX_VERSION_MAJOR).$(VBOX_VERSION_MINOR).$(VBOX_VERSION_BUILD)_OSE 1015 # This can be overridden (e.g. in LocalConfig.kmk) by whoever publishes a set 1016 # of VirtualBox binaries. We request though that you always use something that 1017 # clearly identifies your build and makes it clear that it is not one done by 1018 # the VirtualBox team. 1019 VBOX_BUILD_PUBLISHER = _OSE 1012 1020 endif 1013 1021
Note:
See TracChangeset
for help on using the changeset viewer.