From 44ef13d8b2980dca2646be84e340edb5c40e6032 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Mon, 20 Nov 2006 21:09:36 +0000 Subject: [PATCH] Version for 3-14-9-pre1 --- configure/CONFIG_BASE_VERSION | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/configure/CONFIG_BASE_VERSION b/configure/CONFIG_BASE_VERSION index 166cd88c1..be8c1be6c 100644 --- a/configure/CONFIG_BASE_VERSION +++ b/configure/CONFIG_BASE_VERSION @@ -1,11 +1,10 @@ #************************************************************************* -# Copyright (c) 2002 The University of Chicago, as Operator of Argonne +# Copyright (c) 2006 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. -# EPICS BASE Versions 3.13.7 -# and higher are distributed subject to a Software License Agreement found -# in file LICENSE that is included with this distribution. +# EPICS BASE is distributed subject to a Software License Agreement found +# in the file LICENSE that is included with this distribution. #************************************************************************* # # $Id$ @@ -24,14 +23,14 @@ EPICS_VERSION = 3 EPICS_REVISION = 14 # This part may contain letters, eg 0beta1 -EPICS_MODIFICATION = 8 +EPICS_MODIFICATION = 9 # Not included if zero -EPICS_PATCH_LEVEL = 2 +EPICS_PATCH_LEVEL = 0 # This will be -CVS or empty at an official release point -EPICS_CVS_SNAPSHOT=-CVS -#EPICS_CVS_SNAPSHOT= +#EPICS_CVS_SNAPSHOT=-CVS +EPICS_CVS_SNAPSHOT=-pre1 # No changes should be needed below here