Skip to content

Commit

Permalink
!41 bump to S7 Scheme 20240816
Browse files Browse the repository at this point in the history
  • Loading branch information
da-liii committed Sep 1, 2024
1 parent be67151 commit 032595d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ option("tbox")
set_values(false, true)
option_end()

local S7_VERSION = "20240813"
local S7_VERSION = "20240816"
add_requires("s7 "..S7_VERSION, {system=false})

local TBOX_VERSION = "1.7.5"
Expand Down
2 changes: 1 addition & 1 deletion xmake/packages/s/s7/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ package("s7")
add_urls("https://gitee.com/XmacsLabs/s7.git")
add_urls("https://github.com/XmacsLabs/s7.git")

add_versions("20240813", "20240813")
add_versions("20240816", "20240816")

add_configs("gmp", {description = "enable gmp support", default = false, type = "boolean"})

Expand Down

0 comments on commit 032595d

Please sign in to comment.