From 4e84f36fafcd370c0a518a9fa4d29d9383142ad5 Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Fri, 14 Aug 2020 12:56:39 -0700 Subject: [PATCH] Update version numbers for release --- configure/CONFIG_BASE_VERSION | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/configure/CONFIG_BASE_VERSION b/configure/CONFIG_BASE_VERSION index 7ddd04631..d7fe682bd 100644 --- a/configure/CONFIG_BASE_VERSION +++ b/configure/CONFIG_BASE_VERSION @@ -56,12 +56,7 @@ EPICS_PATCH_LEVEL = 1 # Immediately after an official release the EPICS_PATCH_LEVEL is incremented # and the -DEV suffix is added (similar to the Maven -SNAPSHOT versions) -#EPICS_DEV_SNAPSHOT= -#EPICS_DEV_SNAPSHOT=-DEV -#EPICS_DEV_SNAPSHOT=-pre1 -#EPICS_DEV_SNAPSHOT=-pre1-DEV -#EPICS_DEV_SNAPSHOT=-rc1 -EPICS_DEV_SNAPSHOT=-rc1-DEV +EPICS_DEV_SNAPSHOT= # No changes should be needed below here