Versioning and metadata constants¶
The fmeobjects Python module defines these constants that contain FME version and metadata information.
Sample values are included below.
-
FME_ASSEMBLY_VERSION¶ e.g. “2018.7.34.18078”
-
FME_BUILD_DATE¶ e.g. “20170421”
-
FME_BUILD_NUM¶ e.g. “18078”
-
FME_BUILD_STRING¶ e.g. “20170421 - Build 18078 - WIN64”
-
FME_COMPANY¶ “Safe Software Inc.”
-
FME_COPYRIGHT¶ e.g. “Copyright (c) 1994 - 2017, Safe Software Inc.”
-
FME_DLL_VERSION¶ e.g. “2018, 7, 34, 18078”
-
FME_MAJOR_PRODUCT_NAME¶ e.g. “FME(R) 2018.0”
-
FME_PRODUCT_NAME¶ e.g. “FME(R) 2018.0.0.0”