git: effa515e54 - main - Document __FreeBSD_version 1500017 correctly.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 25 Mar 2024 23:14:33 UTC
The branch main has been updated by khng:
URL: https://cgit.FreeBSD.org/doc/commit/?id=effa515e549bb2862f7b43de77c59619ce98d8bd
commit effa515e549bb2862f7b43de77c59619ce98d8bd
Author: Ka Ho Ng <khng@FreeBSD.org>
AuthorDate: 2024-03-25 23:14:00 +0000
Commit: Ka Ho Ng <khng@FreeBSD.org>
CommitDate: 2024-03-25 23:14:00 +0000
Document __FreeBSD_version 1500017 correctly.
---
documentation/content/en/books/porters-handbook/versions/_index.adoc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/documentation/content/en/books/porters-handbook/versions/_index.adoc b/documentation/content/en/books/porters-handbook/versions/_index.adoc
index 4040a89929..4422217009 100644
--- a/documentation/content/en/books/porters-handbook/versions/_index.adoc
+++ b/documentation/content/en/books/porters-handbook/versions/_index.adoc
@@ -145,8 +145,8 @@ Here is a convenient list of `__FreeBSD_version` values as defined in https://cg
|March 18, 2024
|15.0-CURRENT after introducing man:livedump_start_vnode[9].
-|1500015
-|gitref:a7b9f4d96e8bdc30db27ec7a193a8d8fdf7c652c[repository="src",length=12]
+|1500017
+|gitref:bcd401b5a39c6186bb1fe450286299f2a481244c[repository="src",length=12]
|March 20, 2024
|15.0-CURRENT after fixing a clang assertion or crash when building recent boost libraries.