diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-04-07 11:27:53 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-04-07 11:27:53 -0700 |
commit | 59362f6b3d0a2761eff4a515fdcff311ff8a4562 (patch) | |
tree | e757459210bb47a296abfd7f9a474e6a64b9b327 | |
parent | b060c750f309c72636269bdcc1676b745e6760d1 (diff) |
xorg-sgml-doctools 1.12.1xorg-sgml-doctools-1.12.1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | configure.ac | 5 | ||||
-rw-r--r-- | 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' ) |