later/older -> higher/lower

This commit is contained in:
Viktor Szakats 2026-04-22 21:36:07 +02:00
parent c952c5d74c
commit 7ddd6405b4
No known key found for this signature in database

View file

@ -19,8 +19,8 @@ supply a stdint.h header file that defines C99-style fixed-width integer types
like uint32_t.
We write libcurl to build and work with lots of third party tools, and we
want it to remain functional and buildable with these and later versions
(older versions may still work but is not what we work hard to maintain):
want it to remain functional and buildable with these and higher versions
(lower versions may still work but is not what we work hard to maintain):
## Dependencies