Skip to content
Snippets Groups Projects
Commit ea68ba10 authored by Simon Rose's avatar Simon Rose
Browse files

Updated require version to 3.4.1

parent 1cfad48f
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Fixed an issue where `iocshRegisterCommon()` was called when registering functions for modules as they are loaded. This had
the effect of overwriting any functions that have the same name as a common one with their original one (e.g. `dbLoadTemplate`
from `require`)
* Fixed the shebang from `build_number.sh` so that it works in Ubuntu
## [3.4.0]
3.4.0 is also a fairly major release, that fixes many bugs but that also enables use of cellmode, to facilitate work against a shared build.
......
......@@ -10,7 +10,7 @@ E3_MODULE_SRC_PATH:=$(EPICS_MODULE_NAME)-ess
E3_MODULE_MAKEFILE:=$(EPICS_MODULE_NAME).Makefile
#
E3_MODULE_NAME:=$(EPICS_MODULE_NAME)
E3_MODULE_VERSION:=3.4.0
E3_MODULE_VERSION=$(E3_REQUIRE_VERSION)
#
#
#
......
EPICS_BASE=/epics/base-7.0.5
E3_REQUIRE_NAME:=require
E3_REQUIRE_VERSION=$(E3_MODULE_VERSION)
E3_REQUIRE_VERSION:=3.4.1
# The definitions shown below can also be placed in an untracked RELEASE.local
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment