예제 #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())
예제 #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())
예제 #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())
예제 #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())