aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/versiontag.mak
blob: b01f54a9446f8a551fd1c7be268c27ed48e285dd (plain) (blame)
1
2
3
4
5
6
7
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

VTAG := $(shell $(VESPALIB_DIR)/bin/getversion -D $(TOP) )

ifneq (X$(SPECIFIED_VTAG),XDISABLE)
    VTAG += -DV_TAG='"$(SPECIFIED_VTAG)"'
endif