Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Sep 14, 2024
1 parent e222f61 commit 3231280
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.6

### New features

* Support cosmocc toolchain
Expand Down Expand Up @@ -315,6 +317,8 @@

## master (开发中)

## v1.7.6

### 新特性

* 增加对 cosmocc 工具链支持
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.5" "%Y%m%d" "1"
set_version "1.7.6" "%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.5", {build = "%Y%m%d", soname = true})
set_version("1.7.6", {build = "%Y%m%d", soname = true})

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

0 comments on commit 3231280

Please sign in to comment.