Reorder branches in readme after making develop default branch.

This commit is contained in:
Nathan Moinvaziri 2024-06-01 16:46:30 -07:00
parent db940ff659
commit f1e9f85777

View File

@ -14,8 +14,8 @@ Developed and maintained by Nathan Moinvaziri.
| Name | Description |
|:--------------------------------------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [master](https://github.com/zlib-ng/minizip-ng/tree/master) | Most recent release. |
| [develop](https://github.com/zlib-ng/minizip-ng/tree/develop) | Latest development code. |
| [master](https://github.com/zlib-ng/minizip-ng/tree/master) | Most recent stable release. |
| [1.2](https://github.com/zlib-ng/minizip-ng/tree/1.2) | Old changes to original minizip that includes WinZip AES encryption, disk splitting, I/O buffering and some additional fixes. Not ABI compatible with original minizip. |
| [1.1](https://github.com/zlib-ng/minizip-ng/tree/1.1) | Original minizip as of zlib 1.2.11. |