Skip to content

gnuscripts/lalsuite_swig.m4: bump minimum required SWIG version to 3.0.11

Karl Wette requested to merge ANU-CGA/lalsuite:swig-min-version-3.0.11 into master

Description

This MR bumps the minimum required SWIG version from 3.0.10 to 3.0.11. This enables the removal of some version-dependent SWIG code for older versions.

I believe Debian stretch was the last platform in use within the LVK that uses SWIG < 3.0.11. That platform is no longer part of the CI, so hopefully this won't cause any issues.

API Changes and Justification

Backwards Compatible Changes

  • This change does not modify any class/function/struct/type definitions in a public C header file or any Python class/function definitions
  • This change adds new classes/functions/structs/types to a public C header file or Python module

Backwards Incompatible Changes

  • This change modifies an existing class/function/struct/type definition in a public C header file or Python module
  • This change removes an existing class/function/struct/type from a public C header file or Python module

Review Status

N/A

Merge request reports