-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New enhsp proxy version with exposed facility for handling processes
- Loading branch information
Enrico Scala
committed
Sep 18, 2024
1 parent
f689d3b
commit 88bde37
Showing
3 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
ENHSP_dst = './up_enhsp/ENHSP' | ||
ENHSP_PUBLIC = 'ENHSP-Public' | ||
COMPILE_CMD = './compile' | ||
ENHSP_TAG = 'enhsp20-0.14.0' | ||
ENHSP_TAG = 'enhsp-20-0.15.0' | ||
ENHSP_REPO = 'https://gitlab.com/enricos83/ENHSP-Public' | ||
JDK_REQUIRE = 17 | ||
|
||
|
@@ -62,7 +62,7 @@ def run(self): | |
|
||
|
||
setup(name='up_enhsp', | ||
version='0.0.25', | ||
version='0.0.26', | ||
description='up_enhsp', | ||
author='UNIBS Team', | ||
author_email='[email protected]', | ||
|
Submodule ENHSP
updated
from 486e03 to 2d5d91
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters