Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/config Bump CONFIG_VERSION.



details:   https://anonhg.NetBSD.org/src/rev/ebc20584fd73
branches:  trunk
changeset: 801944:ebc20584fd73
user:      joerg <joerg%NetBSD.org@localhost>
date:      Sun Aug 24 20:22:18 2014 +0000

description:
Bump CONFIG_VERSION.

diffstat:

 usr.bin/config/defs.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 416916d79911 -r ebc20584fd73 usr.bin/config/defs.h
--- a/usr.bin/config/defs.h     Sun Aug 24 19:09:43 2014 +0000
+++ b/usr.bin/config/defs.h     Sun Aug 24 20:22:18 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: defs.h,v 1.45 2014/05/05 19:08:13 martin Exp $ */
+/*     $NetBSD: defs.h,v 1.46 2014/08/24 20:22:18 joerg Exp $  */
 
 /*
  * Copyright (c) 1992, 1993
@@ -107,7 +107,7 @@
  * 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         20140502
+#define CONFIG_VERSION         20140824
 #define CONFIG_MINVERSION      0
 
 /*



Home | Main Index | Thread Index | Old Index