summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2023-02-23 09:04:47 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2023-02-23 09:05:53 -0800
commitaed8d7ced841f9c5af757bf24e5488828d5c77e6 (patch)
tree617910f05e5a179e6ac5f7b9c944c25ed97e7609
parent3245526ace9e0525b7b6c77b60446673c178a2f6 (diff)
xbitmaps 1.1.3xbitmaps-1.1.3
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 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])