summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorJean-Pierre Ledure <jp@ledure.be>2020-09-01 12:20:42 +0200
committerJean-Pierre Ledure <jp@ledure.be>2020-09-01 12:20:42 +0200
commit2bb8636ea51e552a20a4253a6c5c97898129d523 (patch)
treee321c4a0039bd56399207092f51ea30955a078f2 /wizards
parentc26acd15a68fe89ef7d28f90783d1a88d3e70355 (diff)
Access2Base - Upgrade version number
Change-Id: I64b83fb50284fcd3455136158000114d992c3370
Diffstat (limited to 'wizards')
-rw-r--r--wizards/source/access2base/acConstants.xba2
-rw-r--r--wizards/source/access2base/access2base.py4
2 files changed, 4 insertions, 2 deletions
diff --git a/wizards/source/access2base/acConstants.xba b/wizards/source/access2base/acConstants.xba
index d0a24ef5da2c..85098c7f4b07 100644
--- a/wizards/source/access2base/acConstants.xba
+++ b/wizards/source/access2base/acConstants.xba
@@ -9,7 +9,7 @@ REM ============================================================================
Option Explicit
REM Access2Base -----------------------------------------------------
-Global Const Access2Base_Version = &quot;7.0.0&quot; &apos; Alignment on LibreOffice versions
+Global Const Access2Base_Version = &quot;7.1.0&quot; &apos; Alignment on LibreOffice versions
REM AcCloseSave
REM -----------------------------------------------------------------
diff --git a/wizards/source/access2base/access2base.py b/wizards/source/access2base/access2base.py
index e84b95983820..77878e0053bc 100644
--- a/wizards/source/access2base/access2base.py
+++ b/wizards/source/access2base/access2base.py
@@ -36,6 +36,8 @@ Specific documentation about Access2Base and Python:
http://www.access2base.com/access2base.html#%5B%5BAccess2Base%20and%20Python%5D%5D
"""
+from __future__ import unicode_literals
+
import uno
XSCRIPTCONTEXT = uno
@@ -43,7 +45,7 @@ from platform import system as _opsys
import datetime, os, sys, traceback
_LIBRARY = '' # Should be 'Access2Base' or 'Access2BaseDev'
-_VERSION = '6.4' # Actual version number
+_VERSION = '7.1' # Actual version number
_WRAPPERMODULE = 'Python' # Module name in the Access2Base library containing Python interfaces
# CallByName types