From 3106d82cfef1a378df5f690205043e106e1b4c21 Mon Sep 17 00:00:00 2001 From: kre Date: Sat, 22 Jan 2022 22:53:58 +0000 Subject: [PATCH] After 3 and a bit years, it is time... --- bin/sh/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/sh/version.h b/bin/sh/version.h index 59069e40ec16..81ed37c500db 100644 --- a/bin/sh/version.h +++ b/bin/sh/version.h @@ -1,4 +1,4 @@ -/* $NetBSD: version.h,v 1.3 2018/12/12 12:16:42 kre Exp $ */ +/* $NetBSD: version.h,v 1.4 2022/01/22 22:53:58 kre Exp $ */ /*- * Copyright (c) 2014 The NetBSD Foundation, Inc. @@ -33,4 +33,4 @@ * when a new (shell only) release is to be exported. This should not be * updated just because a new NetBSD release is to include this code. */ -#define NETBSD_SHELL "20181212" +#define NETBSD_SHELL "20220122"