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.8.1
6+
57### New features
68
79* [ #3821 ] ( https://github.com/xmake-io/xmake/pull/3821 ) : Add longpath option for windows installer
16061608
16071609## master (开发中)
16081610
1611+ ## v2.8.1
1612+
16091613### 新特性
16101614
16111615* [ #3821 ] ( https://github.com/xmake-io/xmake/pull/3821 ) : windows 安装器添加长路径支持选项
Original file line number Diff line number Diff line change 22set_project (" xmake" )
33
44-- version
5- set_version (" 2.7.9 " , {build = " %Y%m%d" })
5+ set_version (" 2.8.1 " , {build = " %Y%m%d" })
66
77-- set xmake min version
88set_xmakever (" 2.2.3" )
Original file line number Diff line number Diff line change 11#! /bin/sh
22
33set_project " xmake"
4- set_version " 2.7.9 " " %Y%m%d"
4+ set_version " 2.8.1 " " %Y%m%d"
55
66# set warning all
77set_warnings " all"
You can’t perform that action at this time.
0 commit comments