summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Pierre Ledure <jp@ledure.be>2023-01-22 16:23:00 +0100
committerJean-Pierre Ledure <jp@ledure.be>2023-01-22 16:27:39 +0000
commit3563f2064ab4b4772dd805a4acff9e541a723431 (patch)
tree10341612620aedb050aca643b79990805eda7905
parentff496c663904d97567f1876b2d9b758131f71be8 (diff)
ScriptForge Upgrade version number to 7.6
Change-Id: Ifbf5ba5b28b7afff64ed36965eadfa68a750cfd9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145976 Tested-by: Jean-Pierre Ledure <jp@ledure.be> Reviewed-by: Jean-Pierre Ledure <jp@ledure.be> Tested-by: Jenkins
-rw-r--r--wizards/source/scriptforge/SF_Utils.xba2
-rw-r--r--wizards/source/scriptforge/po/ScriptForge.pot4
-rw-r--r--wizards/source/scriptforge/po/en.po4
-rw-r--r--wizards/source/scriptforge/po/pt.po2
-rw-r--r--wizards/source/scriptforge/python/scriptforge.py2
5 files changed, 7 insertions, 7 deletions
diff --git a/wizards/source/scriptforge/SF_Utils.xba b/wizards/source/scriptforge/SF_Utils.xba
index 91b703c46431..d01d66aa946f 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 &apos; SF_Root (Basic) object)
&apos;&apos;&apos; ScriptForge version
-Const SF_Version = &quot;7.4&quot;
+Const SF_Version = &quot;7.6&quot;
&apos;&apos;&apos; Standard symbolic names for VarTypes
&apos; V_EMPTY = 0
diff --git a/wizards/source/scriptforge/po/ScriptForge.pot b/wizards/source/scriptforge/po/ScriptForge.pot
index 894b9da3bbe0..e1eca9ae462f 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.4
+# ScriptForge Release 7.6
# -----------------------
#
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: 2022-10-12 15:07:35\n"
+"POT-Creation-Date: 2023-01-22 15:34:36\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 894b9da3bbe0..e1eca9ae462f 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.4
+# ScriptForge Release 7.6
# -----------------------
#
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: 2022-10-12 15:07:35\n"
+"POT-Creation-Date: 2023-01-22 15:34:36\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/pt.po b/wizards/source/scriptforge/po/pt.po
index 3069dc87e0b3..316956c431c4 100644
--- a/wizards/source/scriptforge/po/pt.po
+++ b/wizards/source/scriptforge/po/pt.po
@@ -7,7 +7,7 @@
# *** are part of the LibreOffice project. ***
# *********************************************************************
#
-# ScriptForge Release 7.4
+# ScriptForge Release 7.6
# -----------------------
#
msgid ""
diff --git a/wizards/source/scriptforge/python/scriptforge.py b/wizards/source/scriptforge/python/scriptforge.py
index f368198be7e2..7abd8ff67716 100644
--- a/wizards/source/scriptforge/python/scriptforge.py
+++ b/wizards/source/scriptforge/python/scriptforge.py
@@ -103,7 +103,7 @@ class ScriptForge(object, metaclass = _Singleton):
# Class constants
# #########################################################################
library = 'ScriptForge'
- Version = '7.4' # Actual version number
+ Version = '7.6' # Actual version number
#
# Basic dispatcher for Python scripts
basicdispatcher = '@application#ScriptForge.SF_PythonHelper._PythonDispatcher'