Changeset 15626 in vbox
- Timestamp:
- Dec 17, 2008 9:28:54 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 41146
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r15510 r15626 136 136 VBOX_VERSION_MAJOR = 2 137 137 # Minor version. 138 VBOX_VERSION_MINOR = 0138 VBOX_VERSION_MINOR = 1 139 139 # This is the current build number. It should be increased every time we publish a 140 140 # new build. The define is available in every source file. Only even build numbers 141 141 # will be published, odd numbers are set during development. 142 VBOX_VERSION_BUILD = 51142 VBOX_VERSION_BUILD = 0 143 143 # Full version string (may include more than just x.y.z, but no spaces or other problematic chars). 144 144 VBOX_VERSION_STRING = $(VBOX_VERSION_MAJOR).$(VBOX_VERSION_MINOR).$(VBOX_VERSION_BUILD)
Note:
See TracChangeset
for help on using the changeset viewer.