Fix version numbers in comments

This commit is contained in:
ryoon 2020-01-18 07:54:26 +00:00
parent 34b6d6b837
commit 2d5999e461
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
# $NetBSD: compat_netbsd80.config,v 1.2 2019/01/27 02:08:41 pgoyette Exp $
# $NetBSD: compat_netbsd80.config,v 1.3 2020/01/18 07:54:26 ryoon Exp $
# Common fragment for all NetBSD targets wanting NetBSD 7.0 and newer
# Common fragment for all NetBSD targets wanting NetBSD 8.0 and newer
# compatibility support.
#
# Note that COMPAT_80 implies all newer COMPAT_XX options.

View File

@ -1,9 +1,9 @@
# $NetBSD: compat_netbsd90.config,v 1.1 2019/09/22 22:59:38 christos Exp $
# $NetBSD: compat_netbsd90.config,v 1.2 2020/01/18 07:54:26 ryoon Exp $
# Common fragment for all NetBSD targets wanting NetBSD 7.0 and newer
# Common fragment for all NetBSD targets wanting NetBSD 9.0 and newer
# compatibility support.
#
# Note that COMPAT_80 implies all newer COMPAT_XX options.
# Note that COMPAT_90 implies all newer COMPAT_XX options.
include "conf/compat_netbsd.config"
options COMPAT_90 # NetBSD 9.0 and beyond.