From 7fe8373c32b3aecfc278fd42a4510296ab8c5e8d Mon Sep 17 00:00:00 2001
From: Andrew Johnson
Date: Wed, 20 Mar 2019 15:28:37 -0500
Subject: [PATCH] Changes after creating the 7.0.2.1 tag
---
configure/CONFIG_BASE_VERSION | 4 ++--
documentation/RELEASE_NOTES.html | 12 +++++++++++-
2 files changed, 13 insertions(+), 3 deletions(-)
diff --git a/configure/CONFIG_BASE_VERSION b/configure/CONFIG_BASE_VERSION
index dc0466d36..050721029 100644
--- a/configure/CONFIG_BASE_VERSION
+++ b/configure/CONFIG_BASE_VERSION
@@ -55,7 +55,7 @@ EPICS_MODIFICATION = 2
EPICS_PATCH_LEVEL = 1
# This will end in -DEV between official releases
-#EPICS_DEV_SNAPSHOT=-DEV
+EPICS_DEV_SNAPSHOT=-DEV
#EPICS_DEV_SNAPSHOT=-pre1
#EPICS_DEV_SNAPSHOT=-pre1-DEV
#EPICS_DEV_SNAPSHOT=-pre2
@@ -64,7 +64,7 @@ EPICS_PATCH_LEVEL = 1
#EPICS_DEV_SNAPSHOT=-rc1-DEV
#EPICS_DEV_SNAPSHOT=-rc2
#EPICS_DEV_SNAPSHOT=-rc2-DEV
-EPICS_DEV_SNAPSHOT=
+#EPICS_DEV_SNAPSHOT=
# No changes should be needed below here
diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html
index ab6914ccc..27670a17e 100644
--- a/documentation/RELEASE_NOTES.html
+++ b/documentation/RELEASE_NOTES.html
@@ -20,12 +20,22 @@ 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.1
Linking shared libraries on macOS
-The linker flag -flat_namespace has been restored for creating
+
The linker flag -flat_namespace has been restored for creating
shared libraries, although not for loadable libraries (bundles). This was
required for building using the latest versions of Apple XCode.