Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Aug 2018 02:22:34 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r338404 - head/sys/conf
Message-ID:  <201808310222.w7V2MYtK052979@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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