File tree Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 22
33## master (unreleased)
44
5+ ## v2.6.5
6+
57### New features
68
79* [ #2138 ] ( https://github.com/xmake-io/xmake/issues/2138 ) : Support template package
12441246
12451247## master (开发中)
12461248
1249+ ## v2.6.5
1250+
12471251### 新特性
12481252
12491253* [ #2138 ] ( https://github.com/xmake-io/xmake/issues/2138 ) : 支持模板包
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ PRO_VERSION_MAJOR = 2
1010PRO_VERSION_MINOR = 6
1111
1212# the project alter version
13- PRO_VERSION_ALTER = 4
13+ PRO_VERSION_ALTER = 5
1414
1515# the project prefix
1616PRO_PREFIX = XM_
Original file line number Diff line number Diff line change 22set_project (" xmake" )
33
44-- version
5- set_version (" 2.6.4 " , {build = " %Y%m%d%H%M" })
5+ set_version (" 2.6.5 " , {build = " %Y%m%d%H%M" })
66
77-- set xmake min version
88set_xmakever (" 2.2.3" )
Original file line number Diff line number Diff line change 1- %define xmake_revision b2a4ded3d810b41e8b82b83afc46d5d4c7139241
2- %define tbox_revision cfb72e0c568537c61f672e492013af0d96cb9ae1
1+ %define xmake_revision 68f60cdd350c606ebb07dd79ccbfd388a47b4304
2+ %define tbox_revision d7b9946b94235a048b9c0064ad5cce0fce010556
33%define sv_revision 035262773da0500367cb88e6f30197908159a348
44%define lua_cjson_revision 515bab6d6d80b164b94db73af69609ea02f3a798
55%define luajit_revision e9af1abec542e6f9851ff2368e7f196b6382a44c
88%undefine _disable_source_fetch
99
1010Name: xmake
11- Version: 2.6.4
11+ Version: 2.6.5
1212Release: 1%{?dist }
1313Summary: A cross-platform build utility based on Lua
1414BuildArch: noarch
You can’t perform that action at this time.
0 commit comments