aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2021-09-19 16:19:09 +0000
committerIngo Schwarze <schwarze@openbsd.org>2021-09-19 16:19:09 +0000
commitb52d21c06bf687bb145b11399d245d3821392936 (patch)
tree0b1a8074647062cfe79111c5fb57c5ad17f74076
parent2e85e5bf9eea376eb1ba2c2f58d7623b9add215e (diff)
downloadmandoc-b52d21c06bf687bb145b11399d245d3821392936.tar.gz
mandoc-b52d21c06bf687bb145b11399d245d3821392936.tar.zst
mandoc-b52d21c06bf687bb145b11399d245d3821392936.zip
do not ship with an old OpenBSD version number
-rw-r--r--configure.local.example4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.local.example b/configure.local.example
index 7bd5bb5e..302eaaf2 100644
--- a/configure.local.example
+++ b/configure.local.example
@@ -1,4 +1,4 @@
-# $Id: configure.local.example,v 1.40 2021/08/07 13:02:10 schwarze Exp $
+# $Id: configure.local.example,v 1.41 2021/09/19 16:19:09 schwarze Exp $
#
# Copyright (c) 2014-2019 Ingo Schwarze <schwarze@openbsd.org>
#
@@ -96,7 +96,7 @@ OSENUM=MANDOC_OS_OTHER
# If you do not want uname(3) to be called but instead want a fixed
# string to be used, use the following line:
-OSNAME="OpenBSD 6.5"
+OSNAME="OpenBSD 7.0"
# The following installation directories are used.
# It is possible to set only one or a few of these variables,