summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac5
-rw-r--r--meson.build2
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'
)