Opened 9 years ago

Closed 9 years ago

#1205 closed defect (fixed)

readline: versioning scheme has stuck it to 3.0b2

Reported by: Mario Domenech Goulart Owned by: Alexej Magura
Priority: critical Milestone: someday
Component: extensions Version: 4.9.x
Keywords: readline Cc:
Estimated difficulty:

Description

Because

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

Change History (2)

comment:1 Changed 9 years ago by Alexej Magura

Fixed by bumping the version to `4.0.0':

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

comment:2 Changed 9 years ago by Alexej Magura

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.