summaryrefslogtreecommitdiff
path: root/wizards/source/access2base/acConstants.xba
diff options
context:
space:
mode:
authorJean-Pierre Ledure <jp@ledure.be>2018-02-16 15:18:37 +0100
committerJean-Pierre Ledure <jp@ledure.be>2018-02-16 15:21:23 +0100
commit585d43110c2f781cc07f53c8fdfd271578984e72 (patch)
treee0ef6e76c93ef55c9f385a95066cd95e23ddb229 /wizards/source/access2base/acConstants.xba
parent413c7b426543e71f4865c858b5b4ca62b48573d3 (diff)
Access2Base - Nicer representation of booleans in OutputTo action
Replacement of True/False output characters Addition of "false" class
Diffstat (limited to 'wizards/source/access2base/acConstants.xba')
-rw-r--r--wizards/source/access2base/acConstants.xba2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/source/access2base/acConstants.xba b/wizards/source/access2base/acConstants.xba
index f2aeb26ea82c..1e0da5d3c4c4 100644
--- a/wizards/source/access2base/acConstants.xba
+++ b/wizards/source/access2base/acConstants.xba
@@ -8,7 +8,7 @@ REM ============================================================================
Option Explicit
REM Access2Base -----------------------------------------------------
-Global Const Access2Base_Version = &quot;1.8.0&quot;
+Global Const Access2Base_Version = &quot;1.9.0&quot;
REM AcCloseSave
REM -----------------------------------------------------------------