File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## master (unreleased)
4
4
5
+ ## v2.9.6
6
+
5
7
### New features
6
8
7
9
* [ #5527 ] ( https://github.com/xmake-io/xmake/issues/5527 ) : Add ` set_policy("compatibility.version", "3.0") ` to preview v3.0 features.
1895
1897
1896
1898
## master (开发中)
1897
1899
1900
+ ## v2.9.6
1901
+
1898
1902
### 新特性
1899
1903
1900
1904
* [ #5527 ] ( https://github.com/xmake-io/xmake/issues/5527 ) : 添加 ` set_policy("compatibility.version", "3.0") ` 提前预览体验 3.0 特性
Original file line number Diff line number Diff line change 2
2
set_project (" xmake" )
3
3
4
4
-- version
5
- set_version (" 2.9.5 " , {build = " %Y%m%d" })
5
+ set_version (" 2.9.6 " , {build = " %Y%m%d" })
6
6
7
7
-- set xmake min version
8
8
set_xmakever (" 2.8.5" )
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
3
set_project " xmake"
4
- set_version " 2.9.5 " " %Y%m%d"
4
+ set_version " 2.9.6 " " %Y%m%d"
5
5
6
6
# set warning all
7
7
set_warnings " all"
You can’t perform that action at this time.
0 commit comments