diff options
| author | Maxime Coste <mawww@kakoune.org> | 2020-09-01 20:37:20 +1000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2020-09-01 20:37:20 +1000 |
| commit | e0d2602e6a924c9a4067fa9ff23f034b906dd56d (patch) | |
| tree | f466e23f949dcbe1c497adc4cc899ad56aa5076b | |
| parent | 3145e3e939d09af907e911ff747729347abd520f (diff) | |
Kakoune 2020.09.01
| -rw-r--r-- | doc/pages/changelog.asciidoc | 2 | ||||
| -rw-r--r-- | src/main.cc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/pages/changelog.asciidoc b/doc/pages/changelog.asciidoc index 5727765d..ffb0975c 100644 --- a/doc/pages/changelog.asciidoc +++ b/doc/pages/changelog.asciidoc @@ -3,7 +3,7 @@ This changelog contains major and/or breaking changes to Kakoune between released versions. -== Development version +== Kakoune 2020.09.01 * Daemon mode (`-d` switch) does not fork anymore. 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, |
