Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Jan 18, 2023
1 parent bfee48f commit 04f946a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Changes

* Improve support for xp and mingw
* Improve configure to support debian package better

## v1.7.2

Expand Down Expand Up @@ -281,6 +282,7 @@
### 改进

* 改进对 xp 和 mingw 的支持
* 改进 configure 构建脚本,更好的支持 debian 打包

## v1.7.2

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.2" "%Y%m%d%H%M"
set_version "1.7.2" "%Y%m%d"

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

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

0 comments on commit 04f946a

Please sign in to comment.