From 320d5425c1270c64df38c4f72e59acac377a6967 Mon Sep 17 00:00:00 2001 From: Ross Scroggs Date: Wed, 6 Aug 2025 11:26:55 -0700 Subject: [PATCH] Upgraded to OpenSSL 3.5.2. --- src/GamUpdate.txt | 4 ++++ src/gam/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/GamUpdate.txt b/src/GamUpdate.txt index 5b13194a..b6ae3867 100644 --- a/src/GamUpdate.txt +++ b/src/GamUpdate.txt @@ -1,3 +1,7 @@ +7.18.02 + +Upgraded to OpenSSL 3.5.2. + 7.18.01 Added option `nosystemroles` to `gam print|show adminroles` that causes GAM diff --git a/src/gam/__init__.py b/src/gam/__init__.py index 30afa787..443810c6 100755 --- a/src/gam/__init__.py +++ b/src/gam/__init__.py @@ -25,7 +25,7 @@ https://github.com/GAM-team/GAM/wiki """ __author__ = 'GAM Team ' -__version__ = '7.18.01' +__version__ = '7.18.02' __license__ = 'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)' #pylint: disable=wrong-import-position