Skip to content

Commit bc11f97

Browse files
committed
Kakoune 2021.08.28
1 parent 13eb5a6 commit bc11f97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/pages/changelog.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This changelog contains major and/or breaking changes to Kakoune between
44
released versions.
55

6-
== Development version
6+
== Kakoune 2021.08.28
77

88
* command and response fifo support
99
(See <<expansions#command-and-response-fifo,`:doc expansions command-and-response-fifo`>>)

src/main.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ struct {
4444
unsigned int version;
4545
StringView notes;
4646
} constexpr version_notes[] = { {
47-
0,
47+
20210828,
4848
"» {+u}write <filename>{} will refuse to overwrite without {+u}-force{}\n"
4949
"» {+u}$kak_command_fifo{} support\n"
5050
"» {+u}set-option -remove{} support\n"

0 commit comments

Comments
 (0)