Wow, coming from the webdev world. It is so funny seeing NGINX, one of the widest used web servers in the world, on version 1.x. React is on version 19. Really shows how differently new vs. old software is designed and built, and not necessarily in a good way.
https://world.hey.com/dhh/finished-software-8ee43637 https://josem.co/the-beauty-of-finished-software/
anyone can choose any version string convention they want for their project. Comparing two different pieces of software by their version string doesn't make sense.
I guess someone need to update https://0ver.org/ then.
I chalk that up more to different versioning schemes rather than how much work is being done. If nginx changed whole numbers like react did, I bet it would be even higher.
lighttpd still around too, on 1.4.82, not too much changed there.
> not necessarily in a good way
How do you think versioning works? You know that it's completely arbitrary and up to the author, right? Very ironic comment.
That's because nginx doesn't break things for end user every release, so there is no reason to bump major version.