From 3b40ab82f44afcdcda70b1162b5b130fadb22bdc Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Sat, 27 Oct 2018 09:26:50 +1100 Subject: [PATCH] Kakoune v2018.10.27 --- 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 115e9ba9..7fe0a678 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.10.27 * `remove-hooks` argument is now a regex and removes all hooks whose group matches it. diff --git a/src/main.cc b/src/main.cc index 3981011b..41b78527 100644 --- a/src/main.cc +++ b/src/main.cc @@ -43,7 +43,7 @@ struct { unsigned int version; const char* notes; } constexpr version_notes[] = { { - 0, + 20181027, "» define-commands -shell-completion and -shell-candidates has been renamed\n" "» exclusive face attributes is replaced with final (fg/bg/attr)\n" "» (merge consecutive) moved to to make backward \n"