From c73bf9545d8a6e5071435ccfce45d35809e10c7d Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Mon, 29 Sep 2008 21:14:41 +0000 Subject: [PATCH] -RC1 release. --- configure/CONFIG_BASE_VERSION | 10 +++++++--- documentation/RELEASE_NOTES.html | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/configure/CONFIG_BASE_VERSION b/configure/CONFIG_BASE_VERSION index 893b6220f..0111ec16c 100644 --- a/configure/CONFIG_BASE_VERSION +++ b/configure/CONFIG_BASE_VERSION @@ -1,5 +1,5 @@ #************************************************************************* -# Copyright (c) 2006 UChicago Argonne LLC, as Operator of Argonne +# Copyright (c) 2008 UChicago Argonne LLC, as Operator of Argonne # National Laboratory. # Copyright (c) 2002 The Regents of the University of California, as # Operator of Los Alamos National Laboratory. @@ -32,8 +32,12 @@ EPICS_MODIFICATION = 10 # Not included if zero EPICS_PATCH_LEVEL = 0 -# This will be -CVS or empty at an official release point -EPICS_CVS_SNAPSHOT=-pre1-CVS +# This will end in -CVS between official releases +#EPICS_CVS_SNAPSHOT=-CVS +#EPICS_CVS_SNAPSHOT=-pre1 +#EPICS_CVS_SNAPSHOT=-pre1-CVS +EPICS_CVS_SNAPSHOT=-RC1 +#EPICS_CVS_SNAPSHOT=-RC1-CVS #EPICS_CVS_SNAPSHOT= # No changes should be needed below here diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index 9b6362119..6bd9a4a1d 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -7,7 +7,7 @@ -

EPICS Base Release 3.14.10-pre1

+

EPICS Base Release 3.14.10-RC1

Changes between 3.14.9 and 3.14.10