wizards/source/scriptforge/SF_Utils.xba | 2 +- wizards/source/scriptforge/po/ScriptForge.pot | 4 ++-- wizards/source/scriptforge/po/en.po | 4 ++-- wizards/source/scriptforge/python/scriptforge.py | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-)
New commits: commit f9c4973ac604ae091de08484ee2f5599db90a3a3 Author: Jean-Pierre Ledure <[email protected]> AuthorDate: Sun Sep 3 13:16:05 2023 +0200 Commit: Jean-Pierre Ledure <[email protected]> CommitDate: Sun Sep 3 14:49:17 2023 +0200 ScriptForge - Upgrade version number (7.6 => 24.2) Change-Id: I0e7ceeafcf4c5a802249125e6be44a71adb1456b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156480 Reviewed-by: Jean-Pierre Ledure <[email protected]> Tested-by: Jenkins diff --git a/wizards/source/scriptforge/SF_Utils.xba b/wizards/source/scriptforge/SF_Utils.xba index 608a2e8422ca..5ebdd58ce9ab 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 = "7.6" +Const SF_Version = "24.2" ''' Standard symbolic names for VarTypes ' V_EMPTY = 0 diff --git a/wizards/source/scriptforge/po/ScriptForge.pot b/wizards/source/scriptforge/po/ScriptForge.pot index 1f18806679ac..644399bbbd15 100644 --- a/wizards/source/scriptforge/po/ScriptForge.pot +++ b/wizards/source/scriptforge/po/ScriptForge.pot @@ -7,14 +7,14 @@ # *** are part of the LibreOffice project. *** # ********************************************************************* # -# ScriptForge Release 7.6 +# ScriptForge Release 24.2 # ----------------------- # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2023-07-14 16:26:26\n" +"POT-Creation-Date: 2023-09-03 13:05:04\n" "PO-Revision-Date: YYYY-MM-DD HH:MM:SS\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <EMAIL@ADDRESS>\n" diff --git a/wizards/source/scriptforge/po/en.po b/wizards/source/scriptforge/po/en.po index 1f18806679ac..644399bbbd15 100644 --- a/wizards/source/scriptforge/po/en.po +++ b/wizards/source/scriptforge/po/en.po @@ -7,14 +7,14 @@ # *** are part of the LibreOffice project. *** # ********************************************************************* # -# ScriptForge Release 7.6 +# ScriptForge Release 24.2 # ----------------------- # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2023-07-14 16:26:26\n" +"POT-Creation-Date: 2023-09-03 13:05:04\n" "PO-Revision-Date: YYYY-MM-DD HH:MM:SS\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <EMAIL@ADDRESS>\n" diff --git a/wizards/source/scriptforge/python/scriptforge.py b/wizards/source/scriptforge/python/scriptforge.py index 01da93cf6c28..060c57208de7 100644 --- a/wizards/source/scriptforge/python/scriptforge.py +++ b/wizards/source/scriptforge/python/scriptforge.py @@ -108,7 +108,7 @@ class ScriptForge(object, metaclass = _Singleton): # Class constants # ######################################################################### library = 'ScriptForge' - Version = '7.6' # Actual version number + Version = '24.2' # Actual version number # # Basic dispatcher for Python scripts (@scope#library.module.function) basicdispatcher = '@application#ScriptForge.SF_PythonHelper._PythonDispatcher'
