File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 22
33## master (unreleased)
44
5+ ## v2.9.6
6+
57### New features
68
79* [ #5527 ] ( https://github.com/xmake-io/xmake/issues/5527 ) : Add ` set_policy("compatibility.version", "3.0") ` to preview v3.0 features.
18951897
18961898## master (开发中)
18971899
1900+ ## v2.9.6
1901+
18981902### 新特性
18991903
19001904* [ #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 22set_project (" xmake" )
33
44-- version
5- set_version (" 2.9.5 " , {build = " %Y%m%d" })
5+ set_version (" 2.9.6 " , {build = " %Y%m%d" })
66
77-- set xmake min version
88set_xmakever (" 2.8.5" )
Original file line number Diff line number Diff line change 11#! /bin/sh
22
33set_project " xmake"
4- set_version " 2.9.5 " " %Y%m%d"
4+ set_version " 2.9.6 " " %Y%m%d"
55
66# set warning all
77set_warnings " all"
You can’t perform that action at this time.
0 commit comments