Skip to content

Commit

Permalink
Fix curl link error on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
halx99 committed Oct 22, 2024
1 parent dd3207b commit c55e80e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 3rdparty/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

## c-ares
- [![Upstream](https://img.shields.io/github/v/release/c-ares/c-ares?label=Upstream)](https://github.com/c-ares/c-ares)
- Version: 1.33.1
- Version: 1.34.2
- License: MIT

## Chipmunk2D
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## axmol-2.2.1 Oct.22 2024

### Bug fixes

- Fix curl link error on macOS

## axmol-2.2.0 Oct.20 2024

### Significant changes relative to 2.1.5:
Expand Down
2 changes: 1 addition & 1 deletion core/axmolver.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// 00 03 08 00
#define AX_VERSION_MAJOR 2
#define AX_VERSION_MINOR 2
#define AX_VERSION_PATCH 0
#define AX_VERSION_PATCH 1

/* Define axmol version helper macros */
#define AX_VERSION_MAKE(a, b, c) ((a << 16) | (b << 8) | (c & 0xff))
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"versions": {
"1kdist": "v92",
"1kdist": "v93",
"oboe": "1.9.0",
"kcp": "v1.7-f2aa30e",
"lz4": "v1.10.0",
Expand Down

0 comments on commit c55e80e

Please sign in to comment.