VirtualBox

Changeset 18043 in vbox


Ignore:
Timestamp:
Mar 17, 2009 9:03:28 PM (16 years ago)
Author:
vboxsync
Message:

Beta1 done

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r18042 r18043  
    147147VBOX_VERSION_MAJOR = 2
    148148# Minor version.
    149 VBOX_VERSION_MINOR = 2
     149VBOX_VERSION_MINOR = 1
    150150# This is the current build number. It should be increased every time we publish a
    151151# new build. The define is available in every source file. Only even build numbers
    152152# will be published, odd numbers are set during development.
    153 VBOX_VERSION_BUILD = 0
     153VBOX_VERSION_BUILD = 52
    154154# Full version string (may include more than just x.y.z, but no spaces or other problematic chars).
    155155VBOX_VERSION_STRING = $(VBOX_VERSION_MAJOR).$(VBOX_VERSION_MINOR).$(VBOX_VERSION_BUILD)
    156156# Force the additions.sh script to get an exact additions build when we're doing the release.
    157157
    158 # XXX temporary
    159158ifeq ($(int-mod $(VBOX_VERSION_BUILD),2),0)
    160159 export VBOX_ADDITIONS_SH_MODE = release
    161160 export VBOX_DOCUMENTATION_SH_MODE = release
    162161endif
    163 VBOX_VERSION_STRING = $(VBOX_VERSION_MAJOR).$(VBOX_VERSION_MINOR).$(VBOX_VERSION_BUILD)_BETA1
    164162
    165163
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