summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-12 11:09:05 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-12 11:09:05 -0700
commit4834eadad2edb9838a1a58679323a6bbf286ed97 (patch)
tree1603bf8b96800d38e47507abcce6d3532cd0619e
parent91a831bd1a6c0a82d40ff032e34787bdda3ef500 (diff)
encodings 1.0.6encodings-1.0.6
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--README.md2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e4a7238..7c57024 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ Xorg mailing list:
https://lists.x.org/mailman/listinfo/xorg
-The master development code repository can be found at:
+The primary development code repository can be found at:
https://gitlab.freedesktop.org/xorg/font/encodings
diff --git a/configure.ac b/configure.ac
index b92169b..b80e3de 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.60])
-AC_INIT([encodings], [1.0.5],
+AC_INIT([encodings], [1.0.6],
[https://gitlab.freedesktop.org/xorg/font/encodings/issues])
AM_INIT_AUTOMAKE([foreign dist-xz])