VirtualBox

Changeset 33677 in vbox


Ignore:
Timestamp:
Nov 2, 2010 9:49:13 AM (14 years ago)
Author:
vboxsync
Message:

changed version to 4.0.0_ALPHA

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r33590 r33677  
    146146
    147147# Major version.
    148 VBOX_VERSION_MAJOR = 3
     148VBOX_VERSION_MAJOR = 4
    149149# Minor version.
    150 VBOX_VERSION_MINOR = 2
     150VBOX_VERSION_MINOR = 0
    151151# This is the current build number. It should be increased every time we publish a
    152152# new build. The define is available in every source file. Only even build numbers
    153153# will be published, odd numbers are set during development.
    154 VBOX_VERSION_BUILD = 51
     154VBOX_VERSION_BUILD = 0
    155155# Full version string (may include more than just x.y.z, but no spaces or other problematic chars).
    156 VBOX_VERSION_STRING = $(VBOX_VERSION_MAJOR).$(VBOX_VERSION_MINOR).$(VBOX_VERSION_BUILD)
     156VBOX_VERSION_STRING = $(VBOX_VERSION_MAJOR).$(VBOX_VERSION_MINOR).$(VBOX_VERSION_BUILD)_ALPHA
    157157# Force the additions.sh script to get an exact additions build when we're doing the release.
    158158
    159159ifeq ($(int-mod $(VBOX_VERSION_BUILD),2),0)
    160  export VBOX_ADDITIONS_SH_MODE = release
    161  export VBOX_DOCUMENTATION_SH_MODE = release
    162  export VBOX_EFI_SH_MODE = release
     160# export VBOX_ADDITIONS_SH_MODE = release
     161# export VBOX_DOCUMENTATION_SH_MODE = release
     162# export VBOX_EFI_SH_MODE = release
    163163endif
    164164
     
    344344VBOX_WITH_INTERNAL_NETWORKING = 1
    345345# Enable Host Guest Shared Memory Interface
    346 VBOX_WITH_HGSMI=1
     346VBOX_WITH_HGSMI = 1
    347347# Enable Video 2D Acceleration
    348348if1of ($(KBUILD_TARGET), darwin linux win freebsd)
     
    351351# Enable Wddm Video driver for Vista+ guests
    352352VBOX_WITH_WDDM = 1
    353 VBOXWDDM_WITH_VBVA=1
    354 VBOX_WITH_VDMA=1
    355 VBOX_WITH_CRHGSMI=1
     353VBOXWDDM_WITH_VBVA = 1
     354VBOX_WITH_VDMA = 1
     355VBOX_WITH_CRHGSMI = 1
    356356# Enable VBVA lock
    357357VBOX_WITH_OLD_VBVA_LOCK = 1
     
    377377VBOX_WITH_PDM_ASYNC_COMPLETION = 1
    378378# Temporary switch for enabling / disabling the new USB code on Darwin.
    379 VBOX_WITH_NEW_USB_CODE_ON_DARWIN=1
     379VBOX_WITH_NEW_USB_CODE_ON_DARWIN = 1
    380380ifdef VBOX_WITH_USB
    381381 VBOX_WITH_VUSB = 1
     
    383383# Enable the hal/sysfs USB code on Linux.
    384384ifeq ($(KBUILD_TARGET),linux)
    385  VBOX_USB_WITH_SYSFS=1
     385 VBOX_USB_WITH_SYSFS = 1
    386386 # Disabled for now
    387  # VBOX_USB_WITH_DBUS=1
    388  VBOX_USB_WITH_INOTIFY=1
     387 # VBOX_USB_WITH_DBUS = 1
     388 VBOX_USB_WITH_INOTIFY = 1
    389389endif
    390390# Use the new VBI module on Solaris.
     
    620620# Because of the setuid usage on all ELF platforms when hardening the build
    621621# things gets a bit complicated since the $ORIGIN+setuid policy differs.
    622 #VBOX_WITH_ORIGIN=1
     622#VBOX_WITH_ORIGIN = 1
    623623ifndef VBOX_WITH_HARDENING
    624624 if1of ($(KBUILD_TARGET), linux solaris)
     
    10001000# is enabled.
    10011001if defined(VBOX_WITH_VIDEOHWACCEL) && defined(VBOX_WITH_QTGUI)
    1002  VBOX_GUI_USE_QGL=1
     1002 VBOX_GUI_USE_QGL = 1
    10031003else
    10041004 VBOX_GUI_USE_QGL=
     
    21712171# Build entire openssl library, not just the minimal subset.
    21722172if1of ($(KBUILD_TARGET), linux solaris)
    2173  VBOX_OPENSSL_ALL=1
     2173 VBOX_OPENSSL_ALL = 1
    21742174endif
    21752175
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