From 922ed301368f7d4d0af57a169b9bd929f30cfa84 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Fri, 14 Sep 2018 13:44:05 -0500 Subject: [PATCH] Set EPICS_DEV_SNAPSHOT for the final 3.14.12.8 release --- configure/CONFIG_BASE_VERSION | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/configure/CONFIG_BASE_VERSION b/configure/CONFIG_BASE_VERSION index 895b5add4..8044d5926 100644 --- a/configure/CONFIG_BASE_VERSION +++ b/configure/CONFIG_BASE_VERSION @@ -31,10 +31,7 @@ EPICS_MODIFICATION = 12 EPICS_PATCH_LEVEL = 8 # This will end in -DEV between official releases -EPICS_DEV_SNAPSHOT=-rc1-DEV -#EPICS_DEV_SNAPSHOT=-rc2 -#EPICS_DEV_SNAPSHOT=-rc2-DEV -#EPICS_DEV_SNAPSHOT= +EPICS_DEV_SNAPSHOT= # No changes should be needed below here