Module Name: src Committed By: kre Date: Sat Jan 22 22:53:58 UTC 2022
Modified Files: src/bin/sh: version.h Log Message: After 3 and a bit years, it is time... To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/bin/sh/version.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/bin/sh/version.h diff -u src/bin/sh/version.h:1.3 src/bin/sh/version.h:1.4 --- src/bin/sh/version.h:1.3 Wed Dec 12 12:16:42 2018 +++ src/bin/sh/version.h Sat Jan 22 22:53:58 2022 @@ -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"