diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index a524d61..244c9b1 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,12 +1,19 @@ CA Gateway Release Notes ======================== -## 2.1.1 (not released yet) -[View diff](https://github.com/epics-extensions/ca-gateway/compare/R2-1-0-0...master) +## 2.1.2 (not released yet) +[View diff](https://github.com/epics-extensions/ca-gateway/compare/R2-1-1-0...master) + +* Ehhh... + +## 2.1.1 (17 Oct 2018) +[View diff](https://github.com/epics-extensions/ca-gateway/compare/R2-1-0-0...R2-1-1-0) * Clean up release notes (that you are reading right now) * Improve test readme * Improve test cleanup on failure (shut down gateway processes) +* Lots of changes and fixing for CI setup +* Build changes necessary for EPICS 7 (unbundled PCAS module) ## 2.1.0 (11 May 2016) [View diff](https://github.com/epics-extensions/ca-gateway/compare/R2-0-6-0...R2-1-0-0) diff --git a/src/gateVersion.h b/src/gateVersion.h index 362d0d5..8734007 100644 --- a/src/gateVersion.h +++ b/src/gateVersion.h @@ -26,10 +26,10 @@ #define GATEWAY_VERSION 2 #define GATEWAY_REVISION 1 -#define GATEWAY_MODIFICATION 0 +#define GATEWAY_MODIFICATION 1 #define GATEWAY_UPDATE_LEVEL 0 -#define GATEWAY_VERSION_STRING "PV Gateway Version 2.1.0-DEV" +#define GATEWAY_VERSION_STRING "PV Gateway Version 2.1.1" #define GATEWAY_CREDITS_STRING \ "Originally developed at Argonne National Laboratory and BESSY\n\n" \