- Timestamp:
- Sep 1, 2008 3:42:29 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r11924 r11930 112 112 113 113 # Major version. 114 VBOX_VERSION_MAJOR = 1114 VBOX_VERSION_MAJOR = 2 115 115 # Minor version. 116 VBOX_VERSION_MINOR = 6116 VBOX_VERSION_MINOR = 0 117 117 # This is the current build number. It should be increased every time we publish a 118 118 # new build. The define is available in every source file. Only even build numbers 119 119 # will be published, odd numbers are set during development. 120 VBOX_VERSION_BUILD = 51120 VBOX_VERSION_BUILD = 0 121 121 # Full version string (may include more than just x.y.z, but no spaces or other problematic chars). 122 122 VBOX_VERSION_STRING = $(VBOX_VERSION_MAJOR).$(VBOX_VERSION_MINOR).$(VBOX_VERSION_BUILD)
Note:
See TracChangeset
for help on using the changeset viewer.