From fd3115bbcf4984251bdfccba09c0bc143744a0a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20Sandstr=C3=B6m?= Date: Tue, 10 Nov 2020 13:24:24 +0100 Subject: [PATCH] Update to require 3.3.0. Name module ecmc_plugin_fft. --- configure/CONFIG_MODULE | 2 +- configure/RELEASE | 2 +- ecmcPlugin_FFT.Makefile => ecmc_plugin_fft.Makefile | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename ecmcPlugin_FFT.Makefile => ecmc_plugin_fft.Makefile (100%) diff --git a/configure/CONFIG_MODULE b/configure/CONFIG_MODULE index 330e83d..9bb9648 100644 --- a/configure/CONFIG_MODULE +++ b/configure/CONFIG_MODULE @@ -1,5 +1,5 @@ # -EPICS_MODULE_NAME:=ecmcPlugin_FFT +EPICS_MODULE_NAME:=ecmc_plugin_fft EPICS_MODULE_TAG:=master # diff --git a/configure/RELEASE b/configure/RELEASE index fe11a22..f7dcbee 100644 --- a/configure/RELEASE +++ b/configure/RELEASE @@ -2,7 +2,7 @@ EPICS_BASE:=${HOME}/epics/base-7.0.4 E3_REQUIRE_NAME:=require -E3_REQUIRE_VERSION:=3.2.0 +E3_REQUIRE_VERSION:=3.3.0 # The definitions shown below can also be placed in an untracked RELEASE.local -include $(TOP)/../../RELEASE.local diff --git a/ecmcPlugin_FFT.Makefile b/ecmc_plugin_fft.Makefile similarity index 100% rename from ecmcPlugin_FFT.Makefile rename to ecmc_plugin_fft.Makefile