Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Feb 2021 16:40:15 GMT
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 3c6a89748a01 - stable/13 - param.h: fix __FreeBSD_version convention
Message-ID:  <202102051640.115GeFdP029017@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gjb:

URL: https://cgit.FreeBSD.org/src/commit/?id=3c6a89748a01869c18955d5e3bfcdf35f6705d26

commit 3c6a89748a01869c18955d5e3bfcdf35f6705d26
Author:     Glen Barber <gjb@FreeBSD.org>
AuthorDate: 2021-02-05 16:38:27 +0000
Commit:     Glen Barber <gjb@FreeBSD.org>
CommitDate: 2021-02-05 16:38:27 +0000

    param.h: fix __FreeBSD_version convention
    
    Note, this has the side effect of __FreeBSD_version going backwards.
    If this causes too many problems, I will bump it to 1301500 with
    a comment in the file as a reminder for 13.1.
    
    Submitted by:   Ka Ho Ng
    Sponsored by:   Rubicon Communications, LLC ("Netgate")
---
 sys/sys/param.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/sys/param.h b/sys/sys/param.h
index 497832e1ba15..28a1cf981a58 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -60,7 +60,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1305000	/* Master, propagated to newvers */
+#define __FreeBSD_version 1300500	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,



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