mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
81d1d07621
As pointed out by volker, a new enum value was added at the end of the public uv_tty_mode_t. This is only used as an input for libuv, so old binaries will continue working with new libuv, but new binaries might use the new value and old libuv could misbehave. A minor bump prevents the latter from happening. jca agrees