From ba7b648bf8f09f716b5c4a6910a819f3e143b3e2 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Tue, 16 Sep 2008 16:32:45 +0000 Subject: [PATCH] Added requirement comments. Moved pre1 to EPICS_CVS_SNAPSHOT. --- configure/CONFIG_BASE_VERSION | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/configure/CONFIG_BASE_VERSION b/configure/CONFIG_BASE_VERSION index 72b7982d3..893b6220f 100644 --- a/configure/CONFIG_BASE_VERSION +++ b/configure/CONFIG_BASE_VERSION @@ -19,17 +19,21 @@ BASE_3_14=YES +# EPICS_VERSION must be a number >0 and <256 EPICS_VERSION = 3 + +# EPICS_REVISION must be a number >=0 and <256 EPICS_REVISION = 14 -# This part may contain letters, eg 4pre1 -EPICS_MODIFICATION = 10pre +# EPICS_MODIFICATION must be a number >=0 and <256 +EPICS_MODIFICATION = 10 +# EPICS_PATCH_LEVEL must be a number (win32 resource file requirement) # Not included if zero EPICS_PATCH_LEVEL = 0 # This will be -CVS or empty at an official release point -EPICS_CVS_SNAPSHOT=-CVS +EPICS_CVS_SNAPSHOT=-pre1-CVS #EPICS_CVS_SNAPSHOT= # No changes should be needed below here