From 2cf38c875b1b73aec28efc037348618cc50f8f44 Mon Sep 17 00:00:00 2001 From: Matej Sekoranja Date: Tue, 26 Jul 2016 23:34:15 +0200 Subject: [PATCH] updated version --- RELEASE_NOTES.md | 5 +++++ src/Makefile | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 962972c..23bfdd2 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,11 @@ Release 5.x.x ========== +* + +Release 5.0.0 +========== + * Remote channel destroy support * Multiple network inteface support * Local multicast (repetitor) reimplemented diff --git a/src/Makefile b/src/Makefile index 57c162b..e00365e 100644 --- a/src/Makefile +++ b/src/Makefile @@ -3,9 +3,9 @@ TOP = .. include $(TOP)/configure/CONFIG -EPICS_PVA_MAJOR_VERSION = 4 -EPICS_PVA_MINOR_VERSION = 2 -EPICS_PVA_MAINTENANCE_VERSION = 0 +EPICS_PVA_MAJOR_VERSION = 5 +EPICS_PVA_MINOR_VERSION = 0 +EPICS_PVA_MAINTENANCE_VERSION = 1 EPICS_PVA_DEVELOPMENT_FLAG = 1 EXPANDVARS += EPICS_PVA_MAJOR_VERSION