summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 9b30707..32dc3a6 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/data/bitmaps
diff --git a/configure.ac b/configure.ac
index 10e9c78..7b2c70f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,8 +2,8 @@ dnl Process this file with autoconf to create configure.
# Initialize Autoconf
AC_PREREQ([2.60])
-AC_INIT([xbitmaps], [1.1.2],
- [https://gitlab.freedesktop.org/xorg/data/bitmaps/issues], [xbitmaps])
+AC_INIT([xbitmaps], [1.1.3],
+ [https://gitlab.freedesktop.org/xorg/data/bitmaps/-/issues], [xbitmaps])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([config.h])