From 84f9a59759e58e1f3cd339783bc9647abea0288d Mon Sep 17 00:00:00 2001
From: "Janet B. Anderson"
Date: Thu, 4 Sep 2003 20:25:35 +0000
Subject: [PATCH] Updated release to R3.14.3.
---
documentation/ConvertingR3.13AppsToR3.14.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/documentation/ConvertingR3.13AppsToR3.14.html b/documentation/ConvertingR3.13AppsToR3.14.html
index e035943ad..f99770fec 100644
--- a/documentation/ConvertingR3.13AppsToR3.14.html
+++ b/documentation/ConvertingR3.13AppsToR3.14.html
@@ -10,12 +10,12 @@
-Converting an EPICS R3.13 application to R3.14.2
+Converting an EPICS R3.13 application to R3.14.3
This document describes how to convert a R3.13 vxWorks application so that it
-builds with release R3.14.2. It describes procedures such that:
+builds with release R3.14.3. It describes procedures such that:
- The application uses the configure rules which are new to R3.14.
@@ -50,7 +50,7 @@ If sequence programs (*.st or *.stt files) exist in your application, add the
SNCSEQ location definition for the R3.14 seq external module
SNCSEQ =<full path to seq module top>
-The R3.14 seq module must exist and be built with EPICS base R3.14.2
+The R3.14 seq module must exist and be built with EPICS base R3.14.3
Modify the Makefiles in <top>/*App directories.