* main/make-simple: restore ModuleDirs in caPerlApp simplify e_flex/antelope path compute further no need to search for perl modules under bin skip RELEASE_TOPS configure: Don't hide any perl scripts being run missed a TOP no need to search for perl modules under bin/ drop unnecessary *ModuleDirs avoided embedded TOP for non sub-modules
13 lines
367 B
Plaintext
13 lines
367 B
Plaintext
# Version number for the database APIs and shared library
|
|
|
|
EPICS_DATABASE_MAJOR_VERSION = 3
|
|
EPICS_DATABASE_MINOR_VERSION = 17
|
|
EPICS_DATABASE_MAINTENANCE_VERSION = 5
|
|
|
|
# Development flag, set to zero for release versions
|
|
|
|
EPICS_DATABASE_DEVELOPMENT_FLAG = 1
|
|
|
|
# Immediately after a release the MAINTENANCE_VERSION
|
|
# will be incremented and the DEVELOPMENT_FLAG set to 1
|