From 7a84a1abba5679f20c8ddfb6ca0fa77026904f95 Mon Sep 17 00:00:00 2001
From: Andrew Johnson
Date: Tue, 23 Apr 2019 16:23:20 -0500
Subject: [PATCH] Update Base version numbers for next patch release
---
configure/CONFIG_BASE_VERSION | 6 +++---
documentation/RELEASE_NOTES.html | 4 +++-
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/configure/CONFIG_BASE_VERSION b/configure/CONFIG_BASE_VERSION
index 468211ef9..6f2007076 100644
--- a/configure/CONFIG_BASE_VERSION
+++ b/configure/CONFIG_BASE_VERSION
@@ -52,12 +52,12 @@ EPICS_MODIFICATION = 2
# EPICS_PATCH_LEVEL must be a number (win32 resource file requirement)
# Not included if zero
-EPICS_PATCH_LEVEL = 2
+EPICS_PATCH_LEVEL = 3
# Between official releases, the EPICS_PATCH_LEVEL gets incremented
# and a -DEV suffix is added (similar to the Maven -SNAPSHOT versions)
-EPICS_DEV_SNAPSHOT=
-#EPICS_DEV_SNAPSHOT=-DEV
+#EPICS_DEV_SNAPSHOT=
+EPICS_DEV_SNAPSHOT=-DEV
#EPICS_DEV_SNAPSHOT=-pre1
#EPICS_DEV_SNAPSHOT=-pre1-DEV
#EPICS_DEV_SNAPSHOT=-pre2
diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html
index 62a70a648..df783606d 100644
--- a/documentation/RELEASE_NOTES.html
+++ b/documentation/RELEASE_NOTES.html
@@ -20,7 +20,7 @@ release.
which should also be read to understand what has changed since an earlier
release.
-EPICS Release 7.0.2.2
+EPICS Release 7.0.2.3
+EPICS Release 7.0.2.2
+
Build System changes