summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2023-02-27 15:53:51 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2023-02-27 15:53:51 -0800
commitef8ad9ed09f10ad8d14eaad4350fcd14e0376871 (patch)
tree57af1edd13e4bb665313c8f2bcf8de91a64a7aad
parentcc60e26d357ed545bf81e2ca7ffd6fb6ff2a784a (diff)
font-bitstream-type1 1.0.4HEADfont-bitstream-type1-1.0.4master
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 d0f7970..0a76b76 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/bitstream-type1
diff --git a/configure.ac b/configure.ac
index 9065d06..32c9a01 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-bitstream-type1], [1.0.3],
- [https://gitlab.freedesktop.org/xorg/font/bitstream-type1/issues],
+AC_INIT([font-bitstream-type1], [1.0.4],
+ [https://gitlab.freedesktop.org/xorg/font/bitstream-type1/-/issues],
[font-bitstream-type1])
AM_INIT_AUTOMAKE([foreign dist-xz])