Skip to content

Commit b3d6e32

Browse files
committed
!7 Upgrade to S7 10.11 20240702
* Upgrade to S7 10.11 20240702
1 parent b246e08 commit b3d6e32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

xmake.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ set_project("s7-scheme-binary")
1515

1616
add_repositories("mogan-repo xmake")
1717

18-
local S7_VERSION = "20231115"
18+
local S7_VERSION = "20240702"
1919
add_requires("s7 "..S7_VERSION, {system=false})
2020

2121
target("s7") do

xmake/packages/s/s7/xmake.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ package("s7")
2626
add_urls("https://github.com/XmacsLabs/s7.git")
2727
add_urls("https://gitee.com/XmacsLabs/s7.git")
2828

29-
add_versions("20231115", "20231115")
29+
add_versions("20240702", "20240702")
3030

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

0 commit comments

Comments
 (0)