diff options
| -rw-r--r-- | CHANGELOG.md | 4 | ||||
| -rw-r--r-- | scripts/rpmbuild/SPECS/xmake.spec | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 61e2fe137..2d6b88ccd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## master (unreleased) +## v2.5.8 + ### New features * [#388](https://github.com/xmake-io/xmake/issues/388): Pascal Language Support @@ -1088,6 +1090,8 @@ ## master (开发中) +## v2.5.8 + ### 新特性 * [#388](https://github.com/xmake-io/xmake/issues/388): Pascal 语言支持,可以使用 fpc 来编译 free pascal diff --git a/scripts/rpmbuild/SPECS/xmake.spec b/scripts/rpmbuild/SPECS/xmake.spec index 17939bad5..cbc0e928a 100644 --- a/scripts/rpmbuild/SPECS/xmake.spec +++ b/scripts/rpmbuild/SPECS/xmake.spec @@ -1,4 +1,4 @@ -%define xmake_revision c022587f0c32859b74f6fa16c7a3e16094bbbd7c +%define xmake_revision 703d5a016e2c1881990fc34e2e989b28e7673aa2 %define tbox_revision 7ca5145d40aa906fdc48b0b0e75e80412241be7e %define sv_revision 9a3cf7c8e589de4f70378824329882c4a047fffc %define lua_cjson_revision 515bab6d6d80b164b94db73af69609ea02f3a798 |
