diff --git a/Libraries.md b/Libraries.md
index 0942dfc..858f40f 100644
--- a/Libraries.md
+++ b/Libraries.md
@@ -150,7 +150,9 @@ One of the standard header files must be included before any of the following ma
Type|Macro|Format|Description
---|---|---|---
-Version|`_LIBCPP_VERSION`|VRRR|V = Version
RRR = Revision
+Version|`_LIBCPP_VERSION`|VRPP|V = Version
R = Revision
PP = Patch
Until LLVM 10.0.0
+Version|`_LIBCPP_VERSION`|VVRPP|VV = Version
R = Revision
PP = Patch
From LLVM 10.0.0 until LLVM 16.0.0
+Version|`_LIBCPP_VERSION`|VVRRPP|VV = Version
RR = Revision
PP = Patch
From LLVM 16.0.0
Version|`_LIBCPP_ABI_VERSION`|V|V = ABI Version
## Other Libraries ##