summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/config.h4
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;
}