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 643c502 commit a7af621
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## master (unreleased)

## v1.7.4

### New features

* Add Haiku support
Expand All @@ -11,6 +13,7 @@

* Improve wasm support
* Improve to kill processes
* Improve xmake.sh

### Bugs fixed

Expand Down Expand Up @@ -300,6 +303,8 @@

## master (开发中)

## v1.7.4

### 新特性

* 添加 Haiku 支持
Expand All @@ -309,6 +314,7 @@

* 改进 wasm 支持
* 改进退出子进程
* 改进 xmake.sh

### Bugs 修复

Expand Down
2 changes: 1 addition & 1 deletion src/xmake.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

set_project "tbox"
set_version "1.7.3" "%Y%m%d" "1"
set_version "1.7.4" "%Y%m%d" "1"

# set warning all as error
set_warnings "all" "error"
Expand Down
2 changes: 1 addition & 1 deletion xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set_project("tbox")
set_xmakever("2.6.1")

-- set project version
set_version("1.7.3", {build = "%Y%m%d", soname = true})
set_version("1.7.4", {build = "%Y%m%d", soname = true})

-- set warning all as error
set_warnings("all", "error")
Expand Down

0 comments on commit a7af621

Please sign in to comment.