On Thu, Sep 10, 2020 at 7:04 PM Glen Barber <g...@freebsd.org> wrote:
>
> Author: gjb
> Date: Fri Sep 11 00:04:23 2020
> New Revision: 365619
> URL: https://svnweb.freebsd.org/changeset/base/365619
>
> Log:
>   Rename stable/12 to -STABLE, and bump __FreeBSD_version after
>   releng/12.2 had been created.
>

I had wondered this before, and now I wonder again after a recent
pkgbase discussion about versioning schemes. Why do we rename stable
to -PRERELEASE at all? It's decidedly a (minor) downgrade to try to go
from -PRERELEASE to -RELEASE since anyone that manages to get a
-PRERELEASE build is still along -STABLE.

Thanks,

Kyle Evans

> Modified:
>   stable/12/sys/conf/newvers.sh
>   stable/12/sys/sys/param.h
>
> Modified: stable/12/sys/conf/newvers.sh
> ==============================================================================
> --- stable/12/sys/conf/newvers.sh       Thu Sep 10 23:56:59 2020        
> (r365618)
> +++ stable/12/sys/conf/newvers.sh       Fri Sep 11 00:04:23 2020        
> (r365619)
> @@ -49,7 +49,7 @@
>
>  TYPE="FreeBSD"
>  REVISION="12.2"
> -BRANCH=${BRANCH_OVERRIDE:-PRERELEASE}
> +BRANCH=${BRANCH_OVERRIDE:-STABLE}
>  RELEASE="${REVISION}-${BRANCH}"
>  VERSION="${TYPE} ${RELEASE}"
>
>
> Modified: stable/12/sys/sys/param.h
> ==============================================================================
> --- stable/12/sys/sys/param.h   Thu Sep 10 23:56:59 2020        (r365618)
> +++ stable/12/sys/sys/param.h   Fri Sep 11 00:04:23 2020        (r365619)
> @@ -60,7 +60,7 @@
>   *             in the range 5 to 9.
>   */
>  #undef __FreeBSD_version
> -#define __FreeBSD_version 1201526      /* Master, propagated to newvers */
> +#define __FreeBSD_version 1202500      /* Master, propagated to newvers */
>
>  /*
>   * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to