VirtualBox

Changeset 576 in kBuild for trunk/Config.kmk


Ignore:
Timestamp:
Nov 23, 2006 9:58:23 AM (18 years ago)
Author:
bird
Message:

versioning. fixes #5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r565 r576  
    2727# Enable automatic installation of what's built.
    2828KBUILD_DO_AUTO_INSTALL := 1
     29
     30
     31#
     32# The kBuild version.
     33#
     34KBUILD_VERSION_MAJOR = 0
     35KBUILD_VERSION_MINOR = 1
     36KBUILD_VERSION_PATCH = 0
     37KBUILD_VERSION = "0.1.0"
     38DEFS += \
     39        KBUILD_VERSION_MAJOR=$(KBUILD_VERSION_MAJOR) \
     40        KBUILD_VERSION_MINOR=$(KBUILD_VERSION_MINOR) \
     41        KBUILD_VERSION_PATCH=$(KBUILD_VERSION_PATCH)
    2942                                       
    3043#
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette