Changeset 292 in vbox
- Timestamp:
- Jan 25, 2007 9:49:18 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r287 r292 91 91 # will be published, odd numbers are set during development. 92 92 VBOX_VERSION_BUILD = 3 93 # For convenience 94 VBOX_VERSION = $(VBOX_VERSION_MAJOR).$(VBOX_VERSION_MINOR).$(VBOX_VERSION_BUILD) 93 95 94 96 … … 1866 1868 $(APPEND) [email protected] "#define VBOX_VERSION_MINOR $(VBOX_VERSION_MINOR)" 1867 1869 $(APPEND) [email protected] "#define VBOX_VERSION_BUILD $(VBOX_VERSION_BUILD)" 1868 $(APPEND) [email protected] '#define VBOX_VERSION_STRING "$(VBOX_VERSION _MAJOR).$(VBOX_VERSION_MINOR).$(VBOX_VERSION_BUILD)"'1870 $(APPEND) [email protected] '#define VBOX_VERSION_STRING "$(VBOX_VERSION)"' 1869 1871 $(APPEND) [email protected] "" 1870 1872 $(APPEND) [email protected] "#endif"
Note:
See TracChangeset
for help on using the changeset viewer.