Changeset 28745 in vbox
- Timestamp:
- Apr 26, 2010 11:20:30 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r28741 r28745 151 151 VBOX_VERSION_MAJOR = 3 152 152 # Minor version. 153 VBOX_VERSION_MINOR = 1153 VBOX_VERSION_MINOR = 2 154 154 # This is the current build number. It should be increased every time we publish a 155 155 # new build. The define is available in every source file. Only even build numbers 156 156 # will be published, odd numbers are set during development. 157 VBOX_VERSION_BUILD = 51157 VBOX_VERSION_BUILD = 0 158 158 # Full version string (may include more than just x.y.z, but no spaces or other problematic chars). 159 VBOX_VERSION_STRING = $(VBOX_VERSION_MAJOR).$(VBOX_VERSION_MINOR).$(VBOX_VERSION_BUILD) 159 VBOX_VERSION_STRING = $(VBOX_VERSION_MAJOR).$(VBOX_VERSION_MINOR).$(VBOX_VERSION_BUILD)_BETA1 160 160 # Force the additions.sh script to get an exact additions build when we're doing the release. 161 161 162 162 ifeq ($(int-mod $(VBOX_VERSION_BUILD),2),0) 163 export VBOX_ADDITIONS_SH_MODE = release164 export VBOX_DOCUMENTATION_SH_MODE = release163 # export VBOX_ADDITIONS_SH_MODE = release 164 # export VBOX_DOCUMENTATION_SH_MODE = release 165 165 endif 166 166
Note:
See TracChangeset
for help on using the changeset viewer.