svn commit: r277624 - head/usr.sbin/config
Will Andrews
will at FreeBSD.org
Sat Jan 24 00:04:35 UTC 2015
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)
More information about the svn-src-all
mailing list