diff options
-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@ |