Skip to content

Commit de7aca4

Browse files
committed
update version
1 parent 27a68c7 commit de7aca4

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## master (unreleased)
44

5+
## v3.0.3
6+
57
### New features
68

79
* [#6778](https://github.com/xmake-io/xmake/pull/6778): Add build.linker.output
@@ -17,7 +19,6 @@
1719
* [#6765](https://github.com/xmake-io/xmake/pull/6765): Improve bin2c to use native thread
1820
* [#6771](https://github.com/xmake-io/xmake/pull/6771): Fix find gcc/gxx cache
1921
* [#6777](https://github.com/xmake-io/xmake/pull/6777): Fix executable path for cmake
20-
* [#6782](https://github.com/xmake-io/xmake/pull/6782): Update engine
2122
* [#6783](https://github.com/xmake-io/xmake/pull/6783): Fix build.c++.modules.std policy
2223
* [#6744](https://github.com/xmake-io/xmake/pull/6744): Use a file for requires flags when --verbose or --diagnosis is supplied
2324
* [#6780](https://github.com/xmake-io/xmake/pull/6780): Add benchmarks and optimize config/build targets
@@ -2082,6 +2083,8 @@
20822083

20832084
## master (开发中)
20842085

2086+
## v3.0.3
2087+
20852088
### 新特性
20862089

20872090
* [#6778](https://github.com/xmake-io/xmake/pull/6778): 添加 build.linker.output

core/xmake.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set_project("xmake")
33

44
-- version
5-
set_version("3.0.2", {build = "%Y%m%d"})
5+
set_version("3.0.3", {build = "%Y%m%d"})
66

77
-- set xmake min version
88
set_xmakever("2.8.5")

core/xmake.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
set_project "xmake"
4-
set_version "3.0.2" "%Y%m%d"
4+
set_version "3.0.3" "%Y%m%d"
55

66
# set warning all
77
set_warnings "all"

0 commit comments

Comments
 (0)