diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-03-02 13:06:10 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-03-02 13:09:07 -0800 |
commit | a7e63704951b95351096c1d96808d48d0fb7e0a8 (patch) | |
tree | a244fc2cfbc7add5c282726ddef2bf7ae2fabf60 | |
parent | c9411b1271ab87bd7004ed461f2021e8bc87ca2f (diff) |
font-encodings 1.1.0HEADencodings-1.1.0master
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-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 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' ) |