~ubuntu-branches/ubuntu/quantal/virtualbox/quantal

« back to all changes in this revision

Viewing changes to Config.kmk

  • Committer: Package Import Robot
  • Author(s): Felix Geyer
  • Date: 2012-05-29 10:09:31 UTC
  • mfrom: (3.1.15 sid)
  • Revision ID: package-import@ubuntu.com-20120529100931-2xayrbh5hyzm6e9p
Tags: 4.1.16-dfsg-1
* New upstream release.
* Drop 37-fix-build-gcc47.patch, fixed upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
192
192
# This is the current build number. It should be increased every time we publish a
193
193
# new build. The define is available in every source file. Only even build numbers
194
194
# will be published, odd numbers are set during development.
195
 
VBOX_VERSION_BUILD = 14
 
195
VBOX_VERSION_BUILD = 16
196
196
# The raw version string. This *must not* contain any other information/fields than
197
197
# major, minor and build revision (as it is now) -- also will be used for host/guest version
198
198
# comparison.
4882
4882
SVN                    ?= svn$(HOSTSUFF_EXE)
4883
4883
VBOX_SVN_REV_KMK        = $(PATH_OUT)/revision.kmk
4884
4884
ifndef VBOX_SVN_REV
4885
 
 VBOX_SVN_REV_FALLBACK := $(patsubst %:,,  $Rev: 77440 $  )
 
4885
 VBOX_SVN_REV_FALLBACK := $(patsubst %:,,  $Rev: 78094 $  )
4886
4886
 VBOX_SVN_DEP          := $(wildcard $(PATH_ROOT)/.svn/entries)
4887
4887
 ifeq ($(which $(SVN)),)
4888
4888
  VBOX_SVN_DEP         :=
5026
5026
 
5027
5027
quick:
5028
5028
        $(MAKE) VBOX_QUICK=1
 
5029