Skip to content
Snippets Groups Projects
  1. Mar 30, 2023
    • Khalid Masum's avatar
      tools: bootstrap: fix version checking algorithm · 0cb6a0a4
      Khalid Masum authored
      If major number is not equal for needmajor and gotmajor, the version
      checker returns old, which can lead to faulty results.
      
      For example:
      check_version meson 1.0.0 0.6.0 returns old; where expected is ok.
      
      Fix this issue by changing the check of ne to gt. This will revert
      commit: ee5fad6a So that it returns old if needmajor is greater than
      gotmajor.
      0cb6a0a4
  2. Mar 24, 2023
  3. Mar 23, 2023
  4. Mar 22, 2023
  5. Mar 21, 2023
  6. Mar 20, 2023
  7. Mar 19, 2023
  8. Mar 18, 2023
  9. Mar 17, 2023
Loading