diff options
author | Sergey Udaltsov <sergey.udaltsov@gmail.com> | 2021-10-04 11:25:49 +0100 |
---|---|---|
committer | Sergey Udaltsov <sergey.udaltsov@gmail.com> | 2021-10-04 11:25:49 +0100 |
commit | b5f7adf3fd85b90c1fd5d85186ea5cb0d5db69be (patch) | |
tree | b43616a6d5cf693861242857d658334948a1eca3 | |
parent | 19aee993a05697388408c92691b562c3dd36541f (diff) |
again 2.34xkeyboard-config-2.34
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | meson.build | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index b742f695..e915fccb 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(xkeyboard-config, 2.33.99) # change version in meson.build as well +AC_INIT(xkeyboard-config, 2.34) # 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 3bf6f853..6f51b221 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('xkeyboard-config', - version: '2.33.99', # change version in configure.ac as well + version: '2.34', # change version in configure.ac as well license: 'MIT/Expat', meson_version: '>= 0.54.0') |