summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2023-02-27 15:30:30 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2023-02-27 15:30:30 -0800
commitc8f122dc110478a091c6dc64768111f9be5a06f5 (patch)
tree059acb263e7f0939cf95a9c370d47faf7c52fd0a
parent6b779a0f9237ebdf1a6b86c69076f8ac8aa07578 (diff)
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 6ab6c84..17c81fb 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/bh-75dpi
diff --git a/configure.ac b/configure.ac
index b407e29..1c15434 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-bh-75dpi], [1.0.3],
- [https://gitlab.freedesktop.org/xorg/font/bh-75dpi/issues],
+AC_INIT([font-bh-75dpi], [1.0.4],
+ [https://gitlab.freedesktop.org/xorg/font/bh-75dpi/-/issues],
[font-bh-75dpi])
AM_INIT_AUTOMAKE([foreign dist-xz])