Replace UNRELEASED with 7.0.8.1

This commit is contained in:
Andrew Johnson
2024-06-08 21:58:12 -05:00
parent 5af9c7e50d
commit d0d15ee911

View File

@ -119,7 +119,7 @@ typedef struct dbRecordNode {
ELLLIST infoList; /*LIST head of info nodes*/
int flags;
/** Parse order of this record()
* @since UNRELEASED
* @since 7.0.8.1
*/
unsigned order;
struct dbRecordNode *aliasedRecnode; /* NULL unless flags|DBRN_FLAGS_ISALIAS */
@ -189,7 +189,7 @@ typedef struct dbBase {
short ignoreMissingMenus;
short loadCdefs;
/** Total number of records.
* @since UNRELEASED
* @since 7.0.8.1
*/
unsigned no_records;
}dbBase;