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+ ## v3.0.5
6+
57### New features
68
79* [ #7055 ] ( https://github.com/xmake-io/xmake/pull/7055 ) : Add Solaris platform support (i386, x86_64)
21892191
21902192## master (开发中)
21912193
2194+ ## v3.0.5
2195+
21922196### 新特性
21932197
21942198* [ #7055 ] ( https://github.com/xmake-io/xmake/pull/7055 ) : 添加 Solaris 平台支持 (i386, x86_64)
Original file line number Diff line number Diff line change 22set_project (" xmake" )
33
44-- version
5- set_version (" 3.0.4 " , {build = " %Y%m%d" })
5+ set_version (" 3.0.5 " , {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 " 3.0.4 " " %Y%m%d"
4+ set_version " 3.0.5 " " %Y%m%d"
55
66# set warning all
77set_warnings " all"
You can’t perform that action at this time.
0 commit comments