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.7
6
+
5
7
### New features
6
8
7
9
* [ #5813 ] ( https://github.com/xmake-io/xmake/pull/5813 ) : Add ` before_config ` and ` after_config ` for rule
1918
1920
1919
1921
## master (开发中)
1920
1922
1923
+ ## v2.9.7
1924
+
1921
1925
### 新特性
1922
1926
1923
1927
* [ #5813 ] ( https://github.com/xmake-io/xmake/pull/5813 ) : 为 rule 添加 ` before_config ` 和 ` after_config `
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.6 " , {build = " %Y%m%d" })
5
+ set_version (" 2.9.7 " , {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.6 " " %Y%m%d"
4
+ set_version " 2.9.7 " " %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