From cb147377e9341af05232f95814022abdecf14024 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Tue, 7 Feb 2023 14:49:10 -0800 Subject: Add XORG_DEFAULT_NOCODE_OPTIONS and bump version to 1.20.0 Allows data, doc, & font modules that don't compile any code to avoid spending time running a bunch of compiler tests whose results they'll ignore and never use. Signed-off-by: Alan Coopersmith --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 49be7dc..1008187 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ dnl Process this file with autoconf to create configure. AC_PREREQ([2.62]) AC_INIT([util-macros], - [1.19.3], + [1.20.0], [https://gitlab.freedesktop.org/xorg/util/macros/issues], [util-macros]) AC_CONFIG_SRCDIR([Makefile.am]) -- cgit v1.2.3