Update submodules

Adjust comments in the embedded module CONFIG_*_VERSION files
This commit is contained in:
Andrew Johnson
2019-08-13 11:21:26 -05:00
parent e0039d4e86
commit fd48ee9aec
9 changed files with 12 additions and 12 deletions

View File

@@ -4,9 +4,9 @@ EPICS_CA_MAJOR_VERSION = 4
EPICS_CA_MINOR_VERSION = 13
EPICS_CA_MAINTENANCE_VERSION = 5
# Development flag, must be zero for official release versions
# Development flag, set to zero for release versions
EPICS_CA_DEVELOPMENT_FLAG = 1
# Immediately after an official release the MAINTENANCE_VERSION
# Immediately after a release the MAINTENANCE_VERSION
# will be incremented and the DEVELOPMENT_FLAG set to 1

View File

@@ -4,9 +4,9 @@ EPICS_DATABASE_MAJOR_VERSION = 3
EPICS_DATABASE_MINOR_VERSION = 17
EPICS_DATABASE_MAINTENANCE_VERSION = 5
# Development flag, must be zero for official release versions
# Development flag, set to zero for release versions
EPICS_DATABASE_DEVELOPMENT_FLAG = 1
# Immediately after an official release the MAINTENANCE_VERSION
# Immediately after a release the MAINTENANCE_VERSION
# will be incremented and the DEVELOPMENT_FLAG set to 1

View File

@@ -4,9 +4,9 @@ EPICS_LIBCOM_MAJOR_VERSION = 3
EPICS_LIBCOM_MINOR_VERSION = 17
EPICS_LIBCOM_MAINTENANCE_VERSION = 6
# Development flag, must be zero for official release versions
# Development flag, set to zero for release versions
EPICS_LIBCOM_DEVELOPMENT_FLAG = 1
# Immediately after an official release the MAINTENANCE_VERSION
# Immediately after a release the MAINTENANCE_VERSION
# will be incremented and the DEVELOPMENT_FLAG set to 1