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