summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Udaltsov <sergey.udaltsov@gmail.com>2020-10-07 00:15:52 +0100
committerSergey Udaltsov <sergey.udaltsov@gmail.com>2020-10-07 00:15:52 +0100
commit18244a3f4bc7b88bb080e8743b9c1bcd3e88c02f (patch)
tree7353e031e0032152d6af58d93988fbaf9c7b5372
parentd287d395440fdf8247af1eca06073882fd4bfdca (diff)
Preparing release
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
3 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index fda2f1c6..a018b126 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+2.31 85 commits
+ Translations updated
2.30 29 commits
Translations updated
2.29 47 commits
diff --git a/configure.ac b/configure.ac
index c1a210da..f2f85207 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(xkeyboard-config, 2.30.99) # change version in meson.build as well
+AC_INIT(xkeyboard-config, 2.31) # change version in meson.build as well
AC_CONFIG_SRCDIR(rules/base.xml)
AM_INIT_AUTOMAKE([foreign dist-bzip2])
diff --git a/meson.build b/meson.build
index 531ef06e..03cd9537 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('xkeyboard-config',
- version: '2.30.99', # change version in configure.ac as well
+ version: '2.31', # change version in configure.ac as well
license: 'MIT/Expat',
meson_version: '>= 0.54.0')