From f0633d0d1636c26cad9ac46d959aa5b9f7164171 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Thu, 9 Aug 2012 11:16:15 -0500 Subject: [PATCH] configure: Set BASE_3_14 = NO This allows "ifdef BASE_3_14" to still mean 3.14 or later, but also "ifeq ($(BASE_3_14),YES)" to mean 3.14 only. --- configure/CONFIG_BASE_VERSION | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configure/CONFIG_BASE_VERSION b/configure/CONFIG_BASE_VERSION index ec8f1e1cf..bca1ae442 100644 --- a/configure/CONFIG_BASE_VERSION +++ b/configure/CONFIG_BASE_VERSION @@ -17,7 +17,9 @@ # 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 +# In 3.15 we still define BASE_3_14 so "ifdef BASE_3_14" means +# 3.14 or later, but "ifeq ($(BASE_3_14),YES)" means 3.14 only. +BASE_3_14 = NO BASE_3_15 = YES # EPICS_VERSION must be a number >0 and <256