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:

@@ -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.