wizards/source/scriptforge/SF_Utils.xba | 2 +- wizards/source/scriptforge/python/scriptforge.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit e7aa613e751c159881cb2448d5c7e08549f3fe49 Author: Jean-Pierre Ledure <j...@ledure.be> AuthorDate: Wed Aug 7 14:32:09 2024 +0200 Commit: Jean-Pierre Ledure <j...@ledure.be> CommitDate: Wed Aug 7 16:14:59 2024 +0200 ScriptForge - Upgrade to version 25.2 Change-Id: Icc7cbdeed7685118408896c52b0415310d7b20fd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171590 Reviewed-by: Jean-Pierre Ledure <j...@ledure.be> Tested-by: Jenkins diff --git a/wizards/source/scriptforge/SF_Utils.xba b/wizards/source/scriptforge/SF_Utils.xba index eac0cb282b27..c3c78c591f07 100644 --- a/wizards/source/scriptforge/SF_Utils.xba +++ b/wizards/source/scriptforge/SF_Utils.xba @@ -21,7 +21,7 @@ REM ===================================================================== GLOBAL Global _SF_ As Variant ' SF_Root (Basic) object) ''' ScriptForge version -Const SF_Version = "24.8" +Const SF_Version = "25.2" ''' Standard symbolic names for VarTypes ' V_EMPTY = 0 diff --git a/wizards/source/scriptforge/python/scriptforge.py b/wizards/source/scriptforge/python/scriptforge.py index cdb627fdc258..aab41c00c4fe 100644 --- a/wizards/source/scriptforge/python/scriptforge.py +++ b/wizards/source/scriptforge/python/scriptforge.py @@ -117,7 +117,7 @@ class ScriptForge(object, metaclass = _Singleton): # Class constants # ######################################################################### library = 'ScriptForge' - Version = '24.8' # Version number of the LibreOffice release containing the actual file + Version = '25.2' # Version number of the LibreOffice release containing the actual file # # Basic dispatcher for Python scripts (@scope#library.module.function) basicdispatcher = '@application#ScriptForge.SF_PythonHelper._PythonDispatcher'