Changes between Version 32 and Version 33 of Editions
- Timestamp:
- Feb 25, 2011 11:20:27 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Editions
v32 v33 4 4 5 5 See the [wiki:Downloads] page for details. 6 7 As of version 4.0 we also no longer require third-party builds of VirtualBox to be distributed under the name of VirtualBox OSE. However we do still kindly request that they be clearly marked as third-party builds in some way, and that the version string (the "VBOX_VERSION_STRING" build variable), which appears at the top of the log file, be changed to reflect this. One way of doing this is by setting VBOX_VERSION_STRING on the build command line, which might look as follows: 8 {{{ 9 $ kmk VBOX_VERSION_STRING='$(VBOX_VERSION_MAJOR).$(VBOX_VERSION_MINOR).$(VBOX_VERSION_BUILD)'_my_distribution_name 10 }}}