summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2023-02-27 16:10:56 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2023-02-27 16:10:56 -0800
commit65d7dbd604ee50d853625d226a1c7a9baf560013 (patch)
treef62d75c9e35905365267181eb406d6fa9bba99e1
parentd52f6972a0743fbd9434f6d78e802f699268facf (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 d099edc..e1e2796 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/dec-misc
diff --git a/configure.ac b/configure.ac
index 87065d5..9a726c2 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-dec-misc], [1.0.3],
- [https://gitlab.freedesktop.org/xorg/font/dec-misc/issues],
+AC_INIT([font-dec-misc], [1.0.4],
+ [https://gitlab.freedesktop.org/xorg/font/dec-misc/-/issues],
[font-dec-misc])
AM_INIT_AUTOMAKE([foreign dist-xz])