diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -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-100dpi diff --git a/configure.ac b/configure.ac index 923c186..9c72443 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-100dpi], [1.0.3], - [https://gitlab.freedesktop.org/xorg/font/bh-100dpi/issues], +AC_INIT([font-bh-100dpi], [1.0.4], + [https://gitlab.freedesktop.org/xorg/font/bh-100dpi/-/issues], [font-bh-100dpi]) AM_INIT_AUTOMAKE([foreign dist-xz]) |