svn commit: r338404 - head/sys/conf

Glen Barber gjb at FreeBSD.org
Fri Aug 31 02:22:34 UTC 2018


Author: gjb
Date: Fri Aug 31 02:22:33 2018
New Revision: 338404
URL: https://svnweb.freebsd.org/changeset/base/338404

Log:
  Revert r338401, as the i386 build is broken.
  
  Approved by:	re (implicit)
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sys/conf/newvers.sh

Modified: head/sys/conf/newvers.sh
==============================================================================
--- head/sys/conf/newvers.sh	Fri Aug 31 01:50:40 2018	(r338403)
+++ head/sys/conf/newvers.sh	Fri Aug 31 02:22:33 2018	(r338404)
@@ -46,7 +46,7 @@
 
 TYPE="FreeBSD"
 REVISION="12.0"
-BRANCH="ALPHA4"
+BRANCH="ALPHA3"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-all mailing list