apjanke / octave-testify

New BIST (Built-In Self Test) functions for GNU Octave
GNU General Public License v3.0
4 stars 2 forks source link

`x.y.z~` not currently recommended version string #61

Closed cbm755 closed 5 years ago

cbm755 commented 5 years ago

Someday we can have nice things but not yet ;-) (upstream issue https://savannah.gnu.org/bugs/?55838)

compare_versions ('0.4.0~', '0.4.0', '<')
ans = 0

This is why I recommended 0.3.0+ following the release of 0.3.0 and before 0.4.0.

apjanke commented 5 years ago

D'oh! Changed back in https://github.com/apjanke/octave-testify/commit/6be080e577461cd336b154aaca20dac38e13b880.