summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2023-02-27 16:27:55 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2023-02-27 16:27:55 -0800
commit8da1fbf9d2f0b101ff44f044723d9cb09e5fc941 (patch)
treefc5af289dbc8696848da12ae576f5da50fce6da3
parent181e77b07b8fbfaf0581c5ace701274273f76b50 (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 2c11568..e6b5d77 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/jis-misc
diff --git a/configure.ac b/configure.ac
index 68fe6f9..998fe50 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-jis-misc], [1.0.3],
- [https://gitlab.freedesktop.org/xorg/font/jis-misc/issues],
+AC_INIT([font-jis-misc], [1.0.4],
+ [https://gitlab.freedesktop.org/xorg/font/jis-misc/-/issues],
[font-jis-misc])
AM_INIT_AUTOMAKE([foreign dist-xz])