Changeset 18043 in vbox
- Timestamp:
- Mar 17, 2009 9:03:28 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r18042 r18043 147 147 VBOX_VERSION_MAJOR = 2 148 148 # Minor version. 149 VBOX_VERSION_MINOR = 2149 VBOX_VERSION_MINOR = 1 150 150 # This is the current build number. It should be increased every time we publish a 151 151 # new build. The define is available in every source file. Only even build numbers 152 152 # will be published, odd numbers are set during development. 153 VBOX_VERSION_BUILD = 0153 VBOX_VERSION_BUILD = 52 154 154 # Full version string (may include more than just x.y.z, but no spaces or other problematic chars). 155 155 VBOX_VERSION_STRING = $(VBOX_VERSION_MAJOR).$(VBOX_VERSION_MINOR).$(VBOX_VERSION_BUILD) 156 156 # Force the additions.sh script to get an exact additions build when we're doing the release. 157 157 158 # XXX temporary159 158 ifeq ($(int-mod $(VBOX_VERSION_BUILD),2),0) 160 159 export VBOX_ADDITIONS_SH_MODE = release 161 160 export VBOX_DOCUMENTATION_SH_MODE = release 162 161 endif 163 VBOX_VERSION_STRING = $(VBOX_VERSION_MAJOR).$(VBOX_VERSION_MINOR).$(VBOX_VERSION_BUILD)_BETA1164 162 165 163
Note:
See TracChangeset
for help on using the changeset viewer.