Set module version number for release

This commit is contained in:
Andrew Johnson
2022-09-07 10:17:07 -05:00
parent f3911d5831
commit 016d1154fc
5 changed files with 11 additions and 5 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ struct epicsShareClass JSONPrintOptions
bool multiLine; //!< include new lines
bool ignoreUnprintable;//!< ignore union/union array when encountered
unsigned indent; //!< Initial indentation (# of spaces)
bool json5; //!< Output extended JSON (eg. NaN). @since UNRELEASED
bool json5; //!< Output extended JSON (eg. NaN). @since 8.1.0
JSONPrintOptions();
};