summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2023-07-29 15:53:23 +1000
committerMaxime Coste <mawww@kakoune.org>2023-07-29 15:53:23 +1000
commitf58d6860662a1d0774743d2149b0812e84b2b754 (patch)
tree0b8699a53b6282af8eaa5137b567c0bf99b4b427
parentdad128e4a6c258983e820039c95e6d92998fd1bc (diff)
Kakoune 2023.07.29
-rw-r--r--doc/pages/changelog.asciidoc2
-rw-r--r--src/main.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/pages/changelog.asciidoc b/doc/pages/changelog.asciidoc
index e9bdf758..e25f0e16 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 2023.07.29
* `<a-u>` and `<a-U>` now undo/redo selection changes; the previous meaning
of moving in history tree has been moved to `<c-j>` and `<c-k>`
diff --git a/src/main.cc b/src/main.cc
index 35afcc7a..a0957338 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -44,7 +44,7 @@ struct {
unsigned int version;
StringView notes;
} constexpr version_notes[] = { {
- 0,
+ 20230729,
"ยป {+b}<a-u>{} and {+b}<a-U>{} now undo/redo selection changes; "
"the previous meaning of moving in history tree has been moved to "
"{+b}<c-j>{} and {+b}<c-k>{}\n"