Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Dec 26, 2023
1 parent 1ccbc20 commit 211710b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,8 @@

## master (unreleased)

## v2.8.6

### New features

* Add `network.mode` policy
Expand Down Expand Up @@ -1700,6 +1702,8 @@

## master (开发中)

## v2.8.6

### 新特性

* 添加 `network.mode` 策略
Expand Down
2 changes: 1 addition & 1 deletion core/xmake.lua
Expand Up @@ -2,7 +2,7 @@
set_project("xmake")

-- version
set_version("2.8.5", {build = "%Y%m%d"})
set_version("2.8.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
@@ -1,7 +1,7 @@
#!/bin/sh

set_project "xmake"
set_version "2.8.5" "%Y%m%d"
set_version "2.8.6" "%Y%m%d"

# set warning all
set_warnings "all"
Expand Down

1 comment on commit 211710b

@Biswa96
Copy link

@Biswa96 Biswa96 commented on 211710b Dec 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The xmake-v2.8.6.tar.gz file of this release contains tarball within a tarball. Would it be possible to fix it?

See this commit https://gitlab.archlinux.org/archlinux/packaging/packages/xmake/-/commit/8c2e394e91dc2ec16dd820ee375745ef0adddd4f

Please sign in to comment.