- Timestamp:
- Oct 17, 2017 4:51:13 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r69098 r69114 209 209 # publisher so that RTStrVersionCompare have a chance of comparing 210 210 # prerelease from different publishers correctly. 211 VBOX_VERSION_SUFFIX=$(ifeq $(VBOX_VERSION_PRERELEASE),,,_$(VBOX_VERSION_PRERELEASE)) 212 VBOX_VERSION_STRING = $(VBOX_VERSION_STRING_RAW)_RC1$(VBOX_BUILD_PUBLISHER) 211 VBOX_VERSION_STRING = $(VBOX_VERSION_STRING_RAW)$(addprefix _,$(VBOX_VERSION_PRERELEASE))$(VBOX_BUILD_PUBLISHER) 213 212 214 213 # Force the additions.sh script to get an exact additions build when we're doing the release.
Note:
See TracChangeset
for help on using the changeset viewer.