52 lines
1.5 KiB
Plaintext
52 lines
1.5 KiB
Plaintext
#*************************************************************************
|
|
# Copyright (c) 2002 The University of Chicago, as Operator of Argonne
|
|
# National Laboratory.
|
|
# Copyright (c) 2002 The Regents of the University of California, as
|
|
# Operator of Los Alamos National Laboratory.
|
|
# EPICS BASE Versions 3.13.7
|
|
# and higher are distributed subject to a Software License Agreement found
|
|
# in file LICENSE that is included with this distribution.
|
|
#*************************************************************************
|
|
#
|
|
# $Id$
|
|
#
|
|
# EPICS Version information
|
|
#
|
|
# Only the person making an official EPICS release should make changes in
|
|
# this file.
|
|
#
|
|
# EPICS_SITE_VERSION is defined in CONFIG_SITE for sites that want a local
|
|
# version number to be included in the reported version string.
|
|
|
|
BASE_3_14=YES
|
|
|
|
EPICS_VERSION = 3
|
|
EPICS_REVISION = 14
|
|
|
|
# This part may contain letters, eg 0beta1
|
|
EPICS_MODIFICATION = 8
|
|
|
|
# Not included if zero
|
|
EPICS_PATCH_LEVEL = 1
|
|
|
|
# This will be -CVS or empty at an official release point
|
|
#EPICS_CVS_SNAPSHOT=-CVS
|
|
EPICS_CVS_SNAPSHOT=
|
|
|
|
# No changes should be needed below here
|
|
|
|
ifneq ($(EPICS_PATCH_LEVEL),0)
|
|
EPICS_PATCH_VSTRING=.$(EPICS_PATCH_LEVEL)
|
|
endif
|
|
|
|
ifneq ($(strip $(EPICS_SITE_VERSION)),)
|
|
EPICS_SITE_VSTRING=-$(EPICS_SITE_VERSION)
|
|
endif
|
|
|
|
EPICS_SHORT_VERSION=$(EPICS_VERSION).$(EPICS_REVISION).$(EPICS_MODIFICATION)$(EPICS_PATCH_VSTRING)
|
|
EPICS_VERSION_NUMBER=$(EPICS_SHORT_VERSION)$(EPICS_CVS_SNAPSHOT)$(EPICS_SITE_VSTRING)
|
|
EPICS_VERSION_STRING="EPICS Version $(EPICS_VERSION_NUMBER)"
|
|
|
|
CVS_DATE="\$$Date$$"
|
|
CVS_TAG="\$$Name$$"
|