summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2023-02-27 15:20:00 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2023-02-27 15:20:00 -0800
commit05282e1160350c2340d51ac991704f7e390f8420 (patch)
treec4101f8362ec52ce53f4a3faa3e70a1b39c83c15
parent6c91212aaa04e56008954d807b63cc11b2457257 (diff)
font-alias 1.0.5font-alias-1.0.5
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--README.md2
-rw-r--r--configure.ac4
2 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 6dde04e..e303e12 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,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/alias
diff --git a/configure.ac b/configure.ac
index 181729b..080576d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,8 +22,8 @@ dnl
dnl Process this file with autoconf to create configure.
AC_PREREQ([2.60])
-AC_INIT([font-alias], [1.0.4],
- [https://gitlab.freedesktop.org/xorg/font/alias/issues],
+AC_INIT([font-alias], [1.0.5],
+ [https://gitlab.freedesktop.org/xorg/font/alias/-/issues],
[font-alias])
AM_INIT_AUTOMAKE([foreign dist-xz])