diff --git a/trunk/doc/CHANGELOG.md b/trunk/doc/CHANGELOG.md
index 3f57d733e..a91bd8c1f 100644
--- a/trunk/doc/CHANGELOG.md
+++ b/trunk/doc/CHANGELOG.md
@@ -4,6 +4,12 @@
The changelog for SRS.
+
+
+## SRS 6.0 Changelog
+
+* v6.0, 2022-11-22, Init SRS 6. v6.0.0
+
## SRS 5.0 Changelog
diff --git a/trunk/src/core/srs_core.hpp b/trunk/src/core/srs_core.hpp
index e42696e16..107045614 100644
--- a/trunk/src/core/srs_core.hpp
+++ b/trunk/src/core/srs_core.hpp
@@ -8,7 +8,7 @@
#define SRS_CORE_HPP
// The version config.
-#include
+#include
// The macros generated by configure script.
#include
diff --git a/trunk/src/core/srs_core_version5.cpp b/trunk/src/core/srs_core_version5.cpp
index 2199bfe17..bc636122e 100644
--- a/trunk/src/core/srs_core_version5.cpp
+++ b/trunk/src/core/srs_core_version5.cpp
@@ -4,4 +4,4 @@
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
-#include
+#include
diff --git a/trunk/src/core/srs_core_version6.cpp b/trunk/src/core/srs_core_version6.cpp
new file mode 100644
index 000000000..3d99b2823
--- /dev/null
+++ b/trunk/src/core/srs_core_version6.cpp
@@ -0,0 +1,7 @@
+//
+// Copyright (c) 2013-2022 The SRS Authors
+//
+// SPDX-License-Identifier: MIT or MulanPSL-2.0
+//
+
+#include
diff --git a/trunk/src/core/srs_core_version6.hpp b/trunk/src/core/srs_core_version6.hpp
new file mode 100644
index 000000000..b3c8fafb1
--- /dev/null
+++ b/trunk/src/core/srs_core_version6.hpp
@@ -0,0 +1,14 @@
+//
+// Copyright (c) 2013-2022 The SRS Authors
+//
+// SPDX-License-Identifier: MIT or MulanPSL-2.0
+//
+
+#ifndef SRS_CORE_VERSION6_HPP
+#define SRS_CORE_VERSION6_HPP
+
+#define VERSION_MAJOR 6
+#define VERSION_MINOR 0
+#define VERSION_REVISION 0
+
+#endif