diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index e0d26ef01..d20d9bc65 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -483,7 +483,7 @@ Code that will not work with a version of Base before 3.15.0 can now be written like this to prevent it from compiling:

-#if defined(VERSION_INT) && EPICS_VERSION_INT < VERSION_INT(3,15,0,0)
+#if defined(VERSION_INT) && EPICS_VERSION_INT < VERSION_INT(3,15,0,0)
 #  error EPICS Base R3.15.0 or later is required
 #endif