Skip to content

Commit d73ec20

Browse files
committed
Kakoune v2018.09.04
1 parent b8dbe61 commit d73ec20

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 2018.09.04
77

88
This version contains a significant overhaul of various Kakoune
99
features that can break user configuration. This was a necessary

src/main.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ struct {
4343
unsigned int version;
4444
const char* notes;
4545
} constexpr version_notes[] = { {
46-
0,
46+
20180904,
4747
"» Big breaking refactoring of various Kakoune features,\n"
4848
" configuration might need to be updated see `:doc changelog` for details\n"
4949
"» define-command -allow-override switch has been renamed -override\n"

0 commit comments

Comments
 (0)