summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2023-02-27 16:02:44 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2023-02-27 16:02:44 -0800
commit73b2095391d5bcf326c903946de48d0710daa169 (patch)
tree12beecdf809f2579e6970ca245bd150e4dfcd086
parent0db49895df461b5474a8eb8fef85df448b7659c4 (diff)
font-cursor-misc 1.0.4HEADfont-cursor-misc-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 8f76e67..7438185 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,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/cursor-misc
diff --git a/configure.ac b/configure.ac
index e45c5c2..6ab1a2a 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-cursor-misc], [1.0.3],
- [https://gitlab.freedesktop.org/xorg/font/cursor-misc/issues],
+AC_INIT([font-cursor-misc], [1.0.4],
+ [https://gitlab.freedesktop.org/xorg/font/cursor-misc/-/issues],
[font-cursor-misc])
AM_INIT_AUTOMAKE([foreign dist-xz])