Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Nov 4, 2023
1 parent 2af728a commit e51057d
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)

## v1.7.5

### Changes

* Improve to check interfaces
Expand Down Expand Up @@ -305,6 +307,8 @@

## master (开发中)

## v1.7.5

### 改进

* 改进接口检测
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.4" "%Y%m%d" "1"
set_version "1.7.5" "%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.8.2")

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

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

0 comments on commit e51057d

Please sign in to comment.