Skip to content

Commit

Permalink
!7 Upgrade to S7 10.11 20240702
Browse files Browse the repository at this point in the history
* Upgrade to S7 10.11 20240702
  • Loading branch information
da-liii committed Jul 15, 2024
1 parent b246e08 commit b3d6e32
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 @@ -15,7 +15,7 @@ set_project("s7-scheme-binary")

add_repositories("mogan-repo xmake")

local S7_VERSION = "20231115"
local S7_VERSION = "20240702"
add_requires("s7 "..S7_VERSION, {system=false})

target("s7") do
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://github.com/XmacsLabs/s7.git")
add_urls("https://gitee.com/XmacsLabs/s7.git")

add_versions("20231115", "20231115")
add_versions("20240702", "20240702")

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

Expand Down

0 comments on commit b3d6e32

Please sign in to comment.