diff options
author | Sergey Udaltsov <sergey.udaltsov@gmail.com> | 2021-02-16 00:01:31 +0000 |
---|---|---|
committer | Sergey Udaltsov <sergey.udaltsov@gmail.com> | 2021-02-16 00:01:31 +0000 |
commit | fe277acfc4d344ea84c48f1215a5fa8c96674dfe (patch) | |
tree | 2577396155e384a00850cb27df14c7ef9ec3061e | |
parent | bb171ddaefe90486754259a92e268562142b0506 (diff) |
Release 2.32xkeyboard-config-2.32
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | meson.build | 2 |
3 files changed, 4 insertions, 2 deletions
@@ -1,3 +1,5 @@ +2.32 95 commits + Translations updated 2.31 86 commits Translations updated 2.30 29 commits diff --git a/configure.ac b/configure.ac index d9e3513d..bb90a568 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(xkeyboard-config, 2.31.99) # change version in meson.build as well +AC_INIT(xkeyboard-config, 2.32) # 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 71002be7..2a63f852 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('xkeyboard-config', - version: '2.31.99', # change version in configure.ac as well + version: '2.32', # change version in configure.ac as well license: 'MIT/Expat', meson_version: '>= 0.54.0') |