git: 3c6a89748a01 - stable/13 - param.h: fix __FreeBSD_version convention

Glen Barber gjb at FreeBSD.org
Fri Feb 5 16:40:15 UTC 2021


The branch stable/13 has been updated by gjb:

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

commit 3c6a89748a01869c18955d5e3bfcdf35f6705d26
Author:     Glen Barber <gjb at FreeBSD.org>
AuthorDate: 2021-02-05 16:38:27 +0000
Commit:     Glen Barber <gjb at 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,


More information about the dev-commits-src-branches mailing list