Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Aug 22, 2023
1 parent 9d0945a commit 57212c6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 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.8.2

### New features

* [#4002](https://github.com/xmake-io/xmake/issues/4002): Add soname and version support
Expand Down Expand Up @@ -1630,6 +1632,8 @@

## master (开发中)

## v2.8.2

### 新特性

* [#4002](https://github.com/xmake-io/xmake/issues/4002): 增加 soname 支持
Expand Down
2 changes: 1 addition & 1 deletion core/src/tbox/tbox
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.8.1", {build = "%Y%m%d"})
set_version("2.8.2", {build = "%Y%m%d"})

-- set xmake min version
set_xmakever("2.2.3")
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.8.1" "%Y%m%d"
set_version "2.8.2" "%Y%m%d"

# set warning all
set_warnings "all"
Expand Down

0 comments on commit 57212c6

Please sign in to comment.