Current Versions
Because we are constantly striving to improve our products, it is important to keep track of which version of each product you have. This is especially true when you are requesting technical support or looking to upgrade to the latest revision. The latest release version for each DEI end-user software package is shown below:
Package versus Component
Application packages contain executables, installers, documentation, and sample configuration files. Not all components change with each new release, so the version label of a package may be different from the version labels of the individual components.
Package versions take the form of "9.9Z". That is, two numbers and a letter.
Component versions take the form of "9.9.9". That is, three numbers.
When downloading and installing new software, check the package version to make sure you have the latest. When requesting technical support, check the version of the component you are using to see which package it originally came from.
Finding Component Versions
All DEI software will display its version label when you click the "Opt", "Help", or "?" button, or when you add " ‑v " to the command line. For example:
prompt# servedat -v
(C)2022 Data Expedition, Inc.(R) US Pat. 7158479,7313627,7404003,7630315
servedat - 1.20.2 August 2022 - DEI, DOC-2.3.9 MTP-osx-4.4.2 4227
00000001: ExpeDat-1.20C Data Expedition Inc., DataExpedition.com
The version output contains many important pieces of information, some of which describe the software and some of which describe the person or company who purchased the software.
Server software will also display its full component identification as part of its diagnostic output each time it is started. This output may be displayed on the console or recorded in a log file. For example:
prompt# servedat
V 20221103 14:26:51.576 servedat 1.20.2 "August 2022" DEI [4198] (8080)
C 20221103 14:26:51.576 (C)2020 Data Expedition, Inc.(R) US Pat. 7158479,7313627,7404003,7630315
C 20221103 14:26:51.576 servedat - 1.20.2 August 2022 - DEI, DOC-2.3.9 MTP-osx-4.4.2 4227
C 20221103 14:26:51.576 00000001: ExpeDat-1.20C Data Expedition Inc., DataExpedition.com
MTP and DOC software development kits return version information using the MTP_Get_Info() function. The MTP version alone is returned via the mtpversion parameter, while the text strings describing complete version information are returned via the mtp_info_t structure.
Whenever you request technical support, please copy all lines of version text.
Production versus Trial
Most distribution package names end with either 'P' or 'T' to indicate whether they are licensed for production use or a limited trial. These are often referred to as "Production" and "Trial" packages, respectively.
expedat-win64-1.20C-P.zip
Software contained in "P" packages is licensed for use in production and will run continuously or until the end of its term, but may require a license code.
expedat-win64-1.20C-T.zip
Software contained in "T" packages is licensed for trial use only and will run for a limited time period, but usually does not require a license code.
Tech Note History
Nov | 03 | 2022 | Updated examples, simplified language |
Jan | 12 | 2021 | Clarify meaning of "Production" |
Mar | 22 | 2017 | SDK Versions |
Feb | 23 | 2015 | Updated Examples |
Sep | 04 | 2013 | Updated Examples |
Mar | 04 | 2013 | Updated Examples |
Sep | 26 | 2012 | Current Versions |
Apr | 04 | 2012 | Updated Examples |
May | 11 | 2011 | Build Code |
May | 04 | 2011 | Updated Examples |
Dec | 02 | 2010 | Updated Examples |
Aug | 09 | 2010 | Added name fields |
Jun | 15 | 2010 | Updated Examples |
Jun | 03 | 2010 | Added P vs T |
Jul | 16 | 2009 | Updated Package Format |
Nov | 18 | 2008 | Updated Examples |
Oct | 31 | 2007 | New -v Format |
Feb | 12 | 2007 | Updated |