Changeset 18421 in vbox
- Timestamp:
- Mar 27, 2009 8:40:53 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/Config.kmk (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r18420 r18421 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 = 55 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) … … 160 160 export VBOX_DOCUMENTATION_SH_MODE = release 161 161 endif 162 VBOX_VERSION_STRING = $(VBOX_VERSION_MAJOR).$(VBOX_VERSION_MINOR).$(VBOX_VERSION_BUILD)_BETA2163 162 164 163
Note:
See TracChangeset
for help on using the changeset viewer.

