summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Udaltsov <sergey.udaltsov@gmail.com>2022-02-07 22:34:23 +0000
committerSergey Udaltsov <sergey.udaltsov@gmail.com>2022-02-07 23:49:19 +0000
commitb603d59c5cda6e661962607641ea6ec5bda20741 (patch)
treeeded2b61dcbbe02d89dd0f41630f76d1c7b2de57
parent0c24707bf332e62a7e07ac7efeb5fc698d378261 (diff)
-rw-r--r--NEWS3
-rw-r--r--meson.build2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a2e897ef..15a87217 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+2.35 45 commits
+ Dropping autotools, only meson now
+ Translations updated
2.34 19 commits
Translations updated (Hebrew added)
2.33 38 commits
diff --git a/meson.build b/meson.build
index 237afdd0..4dda6684 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('xkeyboard-config',
- version: '2.34.99',
+ version: '2.35',
license: 'MIT/Expat',
meson_version: '>= 0.54.0')