summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3423474..eaf2a50 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,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/app/mkcomposecache
diff --git a/configure.ac b/configure.ac
index f2d213a..cbcaa3d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# -*- Autoconf -*-
AC_PREREQ([2.60])
-AC_INIT([mkcomposecache], [1.2.1], [https://gitlab.freedesktop.org/xorg/app/mkcomposecache/issues])
+AC_INIT([mkcomposecache], [1.2.2], [https://gitlab.freedesktop.org/xorg/app/mkcomposecache/issues])
AC_CONFIG_SRCDIR([mkcomposecache.c])
AC_CONFIG_HEADERS([config.h])