From ba33c7443c52689641c2a7377e39544d5dd326d2 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Tue, 13 Aug 2019 11:09:49 -0500 Subject: [PATCH] Update version number to 6.0.1 DEVELOPMENT --- configure/CONFIG_NTYPES_VERSION | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/configure/CONFIG_NTYPES_VERSION b/configure/CONFIG_NTYPES_VERSION index 0f768b8..9940356 100644 --- a/configure/CONFIG_NTYPES_VERSION +++ b/configure/CONFIG_NTYPES_VERSION @@ -1,3 +1,12 @@ +# Version number for the Normative Types API and shared library + EPICS_NTYPES_MAJOR_VERSION = 6 EPICS_NTYPES_MINOR_VERSION = 0 -EPICS_NTYPES_MAINTENANCE_VERSION = 0 +EPICS_NTYPES_MAINTENANCE_VERSION = 1 + +# Development flag, set to zero for release versions + +EPICS_NTYPES_DEVELOPMENT_FLAG = 1 + +# Immediately after a release the MAINTENANCE_VERSION +# will be incremented and the DEVELOPMENT_FLAG set to 1