diff --git a/configure/RELEASE b/configure/RELEASE index e7c448d7..13799897 100644 --- a/configure/RELEASE +++ b/configure/RELEASE @@ -17,6 +17,9 @@ # Recommended ASYN release: R4-4 ASYN=$(SUPPORT)/asynR4-4 +# Need the sequencer for the MM4005 and XPS trajectory scanning +#!SNCSEQ=$(SUPPORT)/seq/2-0-11 + # Recommended EPICS release: R3.14.8.2 EPICS_BASE=$(SUPPORT)/../base-3.14.8.2 diff --git a/configure/RELEASE.win32-x86 b/configure/RELEASE.win32-x86 index ded0e126..a6558145 100755 --- a/configure/RELEASE.win32-x86 +++ b/configure/RELEASE.win32-x86 @@ -15,10 +15,10 @@ # If any motor controller communication mechanism besides the VME backplane is # required, then ASYN must be defined. # Recommended ASYN release: R4-2 -ASYN=J:/epics/devel/asyn/4-4beta +ASYN=J:/epics/devel/asyn/4-5beta # Recommended EPICS release: R3.14.7 -EPICS_BASE=H:/epics/base-3.14.8 +EPICS_BASE=H:/epics/base-3.14.9beta # The following must be defined if the "WithMPF" example in motorExApp is to # be built.