Module Name: src
Committed By: thorpej
Date: Thu Jan 18 05:41:38 UTC 2024
Modified Files:
src/usr.bin/config: defs.h
Log Message:
Bump version.
To generate a diff of this commit:
cvs rdiff -u -r1.107 -r1.108 src/usr.bin/config/defs.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/config/defs.h
diff -u src/usr.bin/config/defs.h:1.107 src/usr.bin/config/defs.h:1.108
--- src/usr.bin/config/defs.h:1.107 Thu Jan 18 04:41:37 2024
+++ src/usr.bin/config/defs.h Thu Jan 18 05:41:38 2024
@@ -1,4 +1,4 @@
-/* $NetBSD: defs.h,v 1.107 2024/01/18 04:41:37 thorpej Exp $ */
+/* $NetBSD: defs.h,v 1.108 2024/01/18 05:41:38 thorpej Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -107,7 +107,7 @@ extern const char *progname;
* The next two lines define the current version of the config(1) binary,
* and the minimum version of the configuration files it supports.
*/
-#define CONFIG_VERSION 20180827
+#define CONFIG_VERSION 20240118
#define CONFIG_MINVERSION 0
struct where {