Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Jan 2015 00:04:34 +0000 (UTC)
From:      Will Andrews <will@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r277624 - head/usr.sbin/config
Message-ID:  <201501240004.t0O04YDf092668@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: will
Date: Sat Jan 24 00:04:34 2015
New Revision: 277624
URL: https://svnweb.freebsd.org/changeset/base/277624

Log:
  Bump config(8) minor version for r277567.
  
  Config files built using this version that take advantage of the bugfix
  won't be buildable using older config(8).
  
  Submitted by:	imp
  MFC after:	1 week
  MFC with:	277567

Modified:
  head/usr.sbin/config/configvers.h

Modified: head/usr.sbin/config/configvers.h
==============================================================================
--- head/usr.sbin/config/configvers.h	Fri Jan 23 23:54:55 2015	(r277623)
+++ head/usr.sbin/config/configvers.h	Sat Jan 24 00:04:34 2015	(r277624)
@@ -49,5 +49,5 @@
  *
  * $FreeBSD$
  */
-#define	CONFIGVERS	600013
+#define	CONFIGVERS	600014
 #define	MAJOR_VERS(x)	((x) / 100000)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501240004.t0O04YDf092668>