summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@herrb.eu>2019-07-15 10:33:32 +0200
committerMatthieu Herrb <matthieu@herrb.eu>2019-07-15 10:33:32 +0200
commit7b11f59225542f653ecb91a84d07f91d8657d0c8 (patch)
tree1fad9aa45e14076e41fc16607ba8e3f3375c4c5a
parent8ad61afa0f20e9ecc81b5cc5fb6fdf2081b258bf (diff)
parentc4262efc9688e495261d8b23a12f956ab38e006f (diff)
Merge remote-tracking branch 'origin/master' into obsd
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index b43f0f3..d404dc9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,8 +21,8 @@
# Initialize Autoconf
AC_PREREQ([2.60])
-AC_INIT([xtrans], [1.3.5],
- [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xtrans])
+AC_INIT([xtrans], [1.4.0],
+ [https://gitlab.freedesktop.org/xorg/lib/libxtrans/issues], [xtrans])
AC_CONFIG_SRCDIR([Makefile.am])
# Initialize Automake