[Libreoffice-commits] core.git: wizards/source

Jean-Pierre Ledure (via logerrit) logerrit at kemper.freedesktop.org
Thu Jun 17 07:40:41 UTC 2021


 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 |    4 ++--
 4 files changed, 7 insertions(+), 7 deletions(-)

New commits:
commit ed7f1a6fb45502275b0975e0333ba4c63008d5b4
Author:     Jean-Pierre Ledure <jp at ledure.be>
AuthorDate: Tue Jun 15 17:01:05 2021 +0200
Commit:     Jean-Pierre Ledure <jp at ledure.be>
CommitDate: Thu Jun 17 09:40:03 2021 +0200

    ScriptForge - Increment version number
    
    Increment the versioning constants from 7.2 to 7.3 in next files
            modified:   wizards/source/scriptforge/SF_Utils.xba
            modified:   wizards/source/scriptforge/po/ScriptForge.pot
            modified:   wizards/source/scriptforge/po/en.po
            modified:   wizards/source/scriptforge/python/scriptforge.py
    
    Change-Id: Iba78215cea9c16f3e7dd9302b84c90815c7a9e68
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117258
    Tested-by: Jean-Pierre Ledure <jp at ledure.be>
    Tested-by: Jenkins
    Reviewed-by: Jean-Pierre Ledure <jp at ledure.be>

diff --git a/wizards/source/scriptforge/SF_Utils.xba b/wizards/source/scriptforge/SF_Utils.xba
index 22ad2dbceaab..3656b36448ed 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.2"
+Const SF_Version = "7.3"
 
 '''	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 709175d73147..dac8660fa867 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.2
+#  ScriptForge Release 7.3
 #  -----------------------
 #  
 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: 2021-05-04 14:09:55\n"
+"POT-Creation-Date: 2021-06-15 16:52:08\n"
 "PO-Revision-Date: YYYY-MM-DD HH:MM:SS\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <EMAIL at ADDRESS>\n"
diff --git a/wizards/source/scriptforge/po/en.po b/wizards/source/scriptforge/po/en.po
index 709175d73147..dac8660fa867 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.2
+#  ScriptForge Release 7.3
 #  -----------------------
 #  
 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: 2021-05-04 14:09:55\n"
+"POT-Creation-Date: 2021-06-15 16:52:08\n"
 "PO-Revision-Date: YYYY-MM-DD HH:MM:SS\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <EMAIL at ADDRESS>\n"
diff --git a/wizards/source/scriptforge/python/scriptforge.py b/wizards/source/scriptforge/python/scriptforge.py
index ff06337a8f9a..18f70e492098 100644
--- a/wizards/source/scriptforge/python/scriptforge.py
+++ b/wizards/source/scriptforge/python/scriptforge.py
@@ -51,7 +51,7 @@
             ScriptForge(hostname = 'localhost', port = 2021)
 
     Specific documentation about the use of ScriptForge from Python scripts:
-        https://help.libreoffice.org/7.2/en-US/text/sbasic/shared/03/sf_intro.html
+        https://help.libreoffice.org/7.3/en-US/text/sbasic/shared/03/sf_intro.html
     """
 
 import uno
@@ -103,7 +103,7 @@ class ScriptForge(object, metaclass = _Singleton):
     # Class constants
     # #########################################################################
     library = 'ScriptForge'
-    Version = '7.2'  # Actual version number
+    Version = '7.3'  # Actual version number
     #
     # Basic dispatcher for Python scripts
     basicdispatcher = '@application#ScriptForge.SF_PythonHelper._PythonDispatcher'


More information about the Libreoffice-commits mailing list