From b2fa95bc0564a7c0aafca3c007745ae1f808e217 Mon Sep 17 00:00:00 2001 From: Ferdi Franceschini Date: Sat, 3 Mar 2007 08:46:03 +1100 Subject: [PATCH] Added sics_release variable. This will be set to the release tag. r1567 | ffr | 2007-03-03 08:46:03 +1100 (Sat, 03 Mar 2007) | 2 lines --- site_ansto/instrument/server_config.tcl | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/site_ansto/instrument/server_config.tcl b/site_ansto/instrument/server_config.tcl index 25547010..6410bf95 100644 --- a/site_ansto/instrument/server_config.tcl +++ b/site_ansto/instrument/server_config.tcl @@ -1,7 +1,7 @@ # SICS common configuration -# $Revision: 1.15 $ -# $Date: 2007-02-20 04:58:40 $ +# $Revision: 1.16 $ +# $Date: 2007-03-02 21:46:03 $ # Author: Ferdi Franceschini (ffr@ansto.gov.au) # Last revision by $Author: ffr $ @@ -45,6 +45,10 @@ VarMake SicsDataPrefix Text Internal SicsDataPrefix [SplitReply [Instrument]] SicsDataPrefix lock +VarMake sics_release Text Internal +sics_release PRE_RELEASE_MANAGEMENT_2 +sics_release lock + VarMake SicsDataPath Text Internal SicsDataPath $sicsroot/data/ SicsDataPath lock