Exemplo n.º 1
0
def _get_version():
    version = ".".join(
        map(
            str,
            _get_version_number(
                os.path.join(
                    THIS_DIR,
                    r"..\x64\Release\ExtractACM-XMLfromCreoModels.exe"))))
    return vc_info.update_version(version, vc_info.last_cad_rev())
Exemplo n.º 2
0
def _get_version():
    version = ".".join(
        map(
            str,
            _get_version_number(
                os.path.join(
                    THIS_DIR,
                    r"..\x64\Release\CADCreoParametricMetaLink.exe"))))
    return vc_info.update_version(version, vc_info.last_cad_rev())
Exemplo n.º 3
0
def _get_version():
    version = ".".join(map(str, _get_version_number(os.path.join(THIS_DIR, r"..\x64\Release\CADCreoParametricMetaLink.exe"))))
    return vc_info.update_version(version, vc_info.last_cad_rev())
Exemplo n.º 4
0
def _get_version():
    version = ".".join(map(str, _get_version_number(os.path.join(THIS_DIR, r"..\x64\Release\ExtractACM-XMLfromCreoModels.exe"))))
    return vc_info.update_version(version, vc_info.last_cad_rev())