[libc++][NFC] Remove header name from <version>

NOKEYCHECK=True
GitOrigin-RevId: 2e934531149997c9cb122155d642423b34e3dfe7
diff --git a/include/version b/include/version
index 8aa5fd4..a2007e8 100644
--- a/include/version
+++ b/include/version
@@ -1,5 +1,5 @@
 // -*- C++ -*-
-//===--------------------------- version ----------------------------------===//
+//===----------------------------------------------------------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
diff --git a/utils/generate_feature_test_macro_components.py b/utils/generate_feature_test_macro_components.py
index f6527a9..e52b757 100755
--- a/utils/generate_feature_test_macro_components.py
+++ b/utils/generate_feature_test_macro_components.py
@@ -822,7 +822,7 @@
 
 def produce_version_header():
   template="""// -*- C++ -*-
-//===--------------------------- version ----------------------------------===//
+//===----------------------------------------------------------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.