[libcxx] Bump __libcpp_version to 14 after branch

This was missed in 08c766a7318ab37bf1d77e0c683cd3b00e700877
and caused test failures in the buildkite bots:
libcpp_version.pass.cpp:22:1:
error: static_assert failed due to requirement '14000 == libcpp_version'
"_LIBCPP_VERSION doesn't match __libcpp_version
GitOrigin-RevId: 4fd42e2e803d8a532845f448fca4002ede3070f5
diff --git a/include/__libcpp_version b/include/__libcpp_version
index 09514aa..bfed819 100644
--- a/include/__libcpp_version
+++ b/include/__libcpp_version
@@ -1 +1 @@
-13000
+14000