Summary
readline: versioning scheme has stuck it to 3.0b2
Metadata
- Id: 86d67133982cf0fcaa503f2a937771a3c9361f95
- Trac id: 1205
- Type: defect
- Reporter: mario
- Owner: hav3lock
- Cc:
- Status: closed
- Component: extensions
- Estimated difficulty:
- Resolution: fixed
- Priority: critical
- Milestone: someday
- Version: 4.9.x
- Changetime: 2015-07-29 02:29:43 UTC
- Created: 2015-07-27 19:41:35 UTC
- Keywords: readline
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