From de7aca41098886112f693dbbb590c2facf7fa533 Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 21 Sep 2025 08:25:20 +0800 Subject: update version --- CHANGELOG.md | 5 ++++- core/xmake.lua | 2 +- core/xmake.sh | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2994f89f..8fb66a010 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## master (unreleased) +## v3.0.3 + ### New features * [#6778](https://github.com/xmake-io/xmake/pull/6778): Add build.linker.output @@ -17,7 +19,6 @@ * [#6765](https://github.com/xmake-io/xmake/pull/6765): Improve bin2c to use native thread * [#6771](https://github.com/xmake-io/xmake/pull/6771): Fix find gcc/gxx cache * [#6777](https://github.com/xmake-io/xmake/pull/6777): Fix executable path for cmake -* [#6782](https://github.com/xmake-io/xmake/pull/6782): Update engine * [#6783](https://github.com/xmake-io/xmake/pull/6783): Fix build.c++.modules.std policy * [#6744](https://github.com/xmake-io/xmake/pull/6744): Use a file for requires flags when --verbose or --diagnosis is supplied * [#6780](https://github.com/xmake-io/xmake/pull/6780): Add benchmarks and optimize config/build targets @@ -2082,6 +2083,8 @@ ## master (开发中) +## v3.0.3 + ### 新特性 * [#6778](https://github.com/xmake-io/xmake/pull/6778): 添加 build.linker.output diff --git a/core/xmake.lua b/core/xmake.lua index cad12535a..c99494a98 100644 --- a/core/xmake.lua +++ b/core/xmake.lua @@ -2,7 +2,7 @@ set_project("xmake") -- version -set_version("3.0.2", {build = "%Y%m%d"}) +set_version("3.0.3", {build = "%Y%m%d"}) -- set xmake min version set_xmakever("2.8.5") diff --git a/core/xmake.sh b/core/xmake.sh index 7bd8dae3a..69592ad0d 100755 --- a/core/xmake.sh +++ b/core/xmake.sh @@ -1,7 +1,7 @@ #!/bin/sh set_project "xmake" -set_version "3.0.2" "%Y%m%d" +set_version "3.0.3" "%Y%m%d" # set warning all set_warnings "all" -- cgit v1.3.1