summaryrefslogtreecommitdiff
path: root/src/main.cc
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2020-09-01 20:37:20 +1000
committerMaxime Coste <mawww@kakoune.org>2020-09-01 20:37:20 +1000
commite0d2602e6a924c9a4067fa9ff23f034b906dd56d (patch)
treef466e23f949dcbe1c497adc4cc899ad56aa5076b /src/main.cc
parent3145e3e939d09af907e911ff747729347abd520f (diff)
Kakoune 2020.09.01
Diffstat (limited to 'src/main.cc')
-rw-r--r--src/main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cc b/src/main.cc
index 0b56064a..e822daa7 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -44,7 +44,7 @@ struct {
unsigned int version;
StringView notes;
} constexpr version_notes[] = { {
- 0,
+ 20200901,
"ยป daemon mode does not fork anymore\n"
}, {
20200804,