Summary

readline: versioning scheme has stuck it to 3.0b2

Metadata

Description

Because

 $ csi -e '(use setup-api)' -p '(version>=? "3.1.1" "3.0b2")'
 #f

Changes and comments

[2015-07-29 02:29:34 UTC] hav3lock wrote:

Fixed by bumping the version to `4.0.0':

 $ csi -e '(use setup-api)' -p '(version>=? "4.0.0" "3.0b2")'
 #t

[2015-07-29 02:29:43 UTC] hav3lock changed status from new to closed

[2015-07-29 02:29:43 UTC] hav3lock set resolution to fixed