Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Dec 28, 2022
1 parent e2328d6 commit 4cf7b18
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.2

### New features

* [#201](https://github.com/tboox/tbox/pull/201): Add xmake.sh
Expand Down Expand Up @@ -272,6 +274,8 @@

## master (开发中)

## v1.7.2

### 新特性

* [#201](https://github.com/tboox/tbox/pull/201): 添加 xmake.sh
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.1" "%Y%m%d%H%M"
set_version "1.7.2" "%Y%m%d%H%M"

# 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.1", {build = "%Y%m%d%H%M"})
set_version("1.7.2", {build = "%Y%m%d%H%M"})

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

0 comments on commit 4cf7b18

Please sign in to comment.