summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index e0e540c..d43d3f7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.60])
-AC_INIT([encodings], [1.0.7],
+AC_INIT([encodings], [1.1.0],
[https://gitlab.freedesktop.org/xorg/font/encodings/-/issues])
AM_INIT_AUTOMAKE([foreign dist-xz])
diff --git a/meson.build b/meson.build
index f467962..94f8e78 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('encodings',
- version: '1.0.7',
+ version: '1.1.0',
meson_version: '>= 0.58.0',
license: 'MIT'
)