diff options
author | Jean-Pierre Ledure <jp@ledure.be> | 2019-08-23 15:50:03 +0200 |
---|---|---|
committer | Jean-Pierre Ledure <jp@ledure.be> | 2019-08-23 15:50:03 +0200 |
commit | 61f75f05adb171064d9ba17b4684069de36fa11a (patch) | |
tree | 39027f387bd69886f3c54dd09c009a4b5bd739ad /wizards | |
parent | ec940941e0bd7db15c5cf7d43df82226e0d849dc (diff) |
Access2Base - Change version number
6.4 i.o. 6.3
Change-Id: I0a03de3ad6b67373f809433cd3dba6c2a7a461b3
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/source/access2base/acConstants.xba | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/source/access2base/acConstants.xba b/wizards/source/access2base/acConstants.xba index d61cf0b31dc4..e1c04bd6f9be 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 = "6.3.0" ' Alignment on LibreOffice versions +Global Const Access2Base_Version = "6.4.0" ' Alignment on LibreOffice versions REM AcCloseSave REM ----------------------------------------------------------------- |