Closed SteveClement closed 5 years ago
Contents of I3_VERSION:
4.16.1-non-git
Old buggy:
$ grep -o "\w*[0-9\.]\w*" I3_VERSION || echo "0.0.0" 4.16 .1
$ grep -P -o "\d+(?:\.\d+)+" I3_VERSION || echo "0.0.0" 4.16.1
Hi Steve, thanks for providing this patch! :-)
Contents of I3_VERSION:
Old buggy: