From 59362f6b3d0a2761eff4a515fdcff311ff8a4562 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sun, 7 Apr 2024 11:27:53 -0700 Subject: xorg-sgml-doctools 1.12.1 Signed-off-by: Alan Coopersmith --- configure.ac | 5 +++-- meson.build | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 410d497..5f413fe 100644 --- a/configure.ac +++ b/configure.ac @@ -20,8 +20,9 @@ # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([xorg-sgml-doctools], [1.12], - [https://gitlab.freedesktop.org/xorg/doc/xorg-sgml-doctools/issues], [xorg-sgml-doctools]) +AC_INIT([xorg-sgml-doctools], [1.12.1], + [https://gitlab.freedesktop.org/xorg/doc/xorg-sgml-doctools/-/issues], + [xorg-sgml-doctools]) AC_CONFIG_SRCDIR([Makefile.am]) # Initialize Automake diff --git a/meson.build b/meson.build index 891fdcd..bf3cd19 100644 --- a/meson.build +++ b/meson.build @@ -4,7 +4,7 @@ # PAGER=less meson configure # project('xorg-sgml-doctools', - version: '1.12', + version: '1.12.1', meson_version: '>= 0.58.0', license: 'MIT' ) -- cgit v1.2.3