From d73ec20285c58a55b5ffa5cb1239bdadbb6d1beb Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Tue, 4 Sep 2018 08:03:54 +1000 Subject: [PATCH] Kakoune v2018.09.04 --- doc/pages/changelog.asciidoc | 2 +- src/main.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/pages/changelog.asciidoc b/doc/pages/changelog.asciidoc index 56d0bf1a..1d2cc574 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 2018.09.04 This version contains a significant overhaul of various Kakoune features that can break user configuration. This was a necessary diff --git a/src/main.cc b/src/main.cc index fbc9fb67..33544699 100644 --- a/src/main.cc +++ b/src/main.cc @@ -43,7 +43,7 @@ struct { unsigned int version; const char* notes; } constexpr version_notes[] = { { - 0, + 20180904, "» Big breaking refactoring of various Kakoune features,\n" " configuration might need to be updated see `:doc changelog` for details\n" "» define-command -allow-override switch has been renamed -override\n"