Hi,
On Sun, Apr 22, 2012 at 10:59:02PM +0100, Adrian Wontroba wrote:
> A RELENG_8 system built this morning still identifies itself as
> 8.3-PRERELEASE.
>
> Any chance of this becoming 8.3-STABLE soon? While this is entirely
> cosmetic, it does cause me issues at $JOB.
>
If this is a problem for you at $JOB, the attached patch will fix the
version output until the change is made in the official sources.
Glen
Index: sys/conf/newvers.sh
===================================================================
--- sys/conf/newvers.sh (revision 234589)
+++ sys/conf/newvers.sh (working copy)
@@ -32,7 +32,7 @@
TYPE="FreeBSD"
REVISION="8.3"
-BRANCH="PRERELEASE"
+BRANCH="STABLE"
if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[email protected]"