summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2025-09-10 23:42:29 +0800
committerruki <[email protected]>2025-09-10 23:42:29 +0800
commit3844210dfaee545890a72e190d8c3585c512c2d8 (patch)
treec124138903087cb7aa613ab48f93ffe074290361
parentec5d3392505ddb0894a313432fb59260310573a5 (diff)
update readme
-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工程生成插件(推荐)