diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2025-03-08 16:07:43 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2025-03-08 16:07:43 -0800 |
commit | cf05ba4a10c90da2c63805a5375e983b174e28b0 (patch) | |
tree | fe465e940ad6d9591ac7a18bab6911c0b5be4285 | |
parent | c8c291390f4befb7d813d7fce6caeb6607561903 (diff) |
xtrans 1.6.0HEADxtrans-1.6.0master
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | xtrans.pc.in | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 72a65e1..375ac19 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([xtrans], [1.5.2], +AC_INIT([xtrans], [1.6.0], [https://gitlab.freedesktop.org/xorg/lib/libxtrans/-/issues], [xtrans]) AC_CONFIG_SRCDIR([Makefile.am]) diff --git a/xtrans.pc.in b/xtrans.pc.in index b8d135b..cf3e44f 100644 --- a/xtrans.pc.in +++ b/xtrans.pc.in @@ -5,5 +5,6 @@ includedir=@includedir@ Name: XTrans Description: Abstract network code for X +URL: https://gitlab.freedesktop.org/xorg/lib/libxtrans Version: @PACKAGE_VERSION@ Cflags: -I${includedir} -D_DEFAULT_SOURCE -D_BSD_SOURCE @fchown_define@ @sticky_bit_define@ |