summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2023-02-27 17:11:18 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2023-02-27 17:11:18 -0800
commit73d056e8f92a17608566331293040a2c655b91cc (patch)
tree1042f70e2feda53f6046580e022b20b06228c291
parent3c8cf6f463a8cdec0e8ad5b30e1cc1d410d3abe0 (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 4ad6efa..6558b1d 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/sun-misc
diff --git a/configure.ac b/configure.ac
index a441dc7..eca7734 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-sun-misc], [1.0.3],
- [https://gitlab.freedesktop.org/xorg/font/sun-misc/issues],
+AC_INIT([font-sun-misc], [1.0.4],
+ [https://gitlab.freedesktop.org/xorg/font/sun-misc/-/issues],
[font-sun-misc])
AM_INIT_AUTOMAKE([foreign dist-xz])