Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Oct 30, 2024
1 parent 796a3b9 commit abd15c2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## master (unreleased)

## v2.9.6

### New features

* [#5527](https://github.com/xmake-io/xmake/issues/5527): Add `set_policy("compatibility.version", "3.0")` to preview v3.0 features.
Expand Down Expand Up @@ -1895,6 +1897,8 @@

## master (开发中)

## v2.9.6

### 新特性

* [#5527](https://github.com/xmake-io/xmake/issues/5527): 添加 `set_policy("compatibility.version", "3.0")` 提前预览体验 3.0 特性
Expand Down
2 changes: 1 addition & 1 deletion core/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set_project("xmake")

-- version
set_version("2.9.5", {build = "%Y%m%d"})
set_version("2.9.6", {build = "%Y%m%d"})

-- set xmake min version
set_xmakever("2.8.5")
Expand Down
2 changes: 1 addition & 1 deletion core/xmake.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

set_project "xmake"
set_version "2.9.5" "%Y%m%d"
set_version "2.9.6" "%Y%m%d"

# set warning all
set_warnings "all"
Expand Down

0 comments on commit abd15c2

Please sign in to comment.