diff options
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/config.h b/src/lib/config.h index 9727bac1a..8f1029910 100644 --- a/src/lib/config.h +++ b/src/lib/config.h @@ -1130,6 +1130,10 @@ public: maybe_set (_last_release_notes_version, version); } + void unset_last_release_notes_version() { + maybe_set(_last_release_notes_version, boost::optional<std::string>()); + } + ExportConfig& export_config() { return _export; } |
