Changeset 3059 in vbox for trunk/Config.kmk
- Timestamp:
- Jun 5, 2007 9:48:41 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r3010 r3059 125 125 VBOX_VERSION_MAJOR = 1 126 126 # Minor version. 127 VBOX_VERSION_MINOR = 3127 VBOX_VERSION_MINOR = 4 128 128 # This is the current build number. It should be increased every time we publish a 129 129 # new build. The define is available in every source file. Only even build numbers 130 130 # will be published, odd numbers are set during development. 131 VBOX_VERSION_BUILD = 99131 VBOX_VERSION_BUILD = 0 132 132 # Full version string (may include more than just x.y.z, but no spaces or other problematic chars). 133 133 VBOX_VERSION_STRING = $(VBOX_VERSION_MAJOR).$(VBOX_VERSION_MINOR).$(VBOX_VERSION_BUILD)
Note:
See TracChangeset
for help on using the changeset viewer.