summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--README_zh.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index debff4722..3cc6f581b 100644
--- a/README.md
+++ b/README.md
@@ -565,7 +565,7 @@ target("test")
## Plugins
-#### Generate IDE project file plugin(makefile, vs2002 - vs2022 .. )
+#### Generate IDE project file plugin(makefile, vs2002 - vs2026 .. )
```bash
$ xmake project -k vsxmake -m "debug,release" # New vsproj generator (Recommended)
diff --git a/README_zh.md b/README_zh.md
index 22dea813d..361b48bc1 100644
--- a/README_zh.md
+++ b/README_zh.md
@@ -553,7 +553,7 @@ target("test")
## 插件
-#### 生成IDE工程文件插件(makefile, vs2002 - vs2022, ...)
+#### 生成IDE工程文件插件(makefile, vs2002 - vs2026, ...)
```bash
$ xmake project -k vsxmake -m "debug,release" # 新版vs工程生成插件(推荐)