Skip to content

Commit

Permalink
Removed references to patchlevel
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed May 15, 2024
1 parent 5881c1e commit af81363
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release_checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

* `Xcode/SDL_mixer.xcodeproj/project.pbxproj`:
`DYLIB_CURRENT_VERSION`, `DYLIB_COMPATIBILITY_VERSION`
* set second number in `DYLIB_CURRENT_VERSION` to *patchlevel*
* set second number in `DYLIB_CURRENT_VERSION` to *micro*
* Leave `DYLIB_COMPATIBILITY_VERSION` unchanged

* Regenerate `configure`
Expand Down Expand Up @@ -83,7 +83,7 @@
* `Xcode/SDL_mixer.xcodeproj/project.pbxproj`:
`DYLIB_CURRENT_VERSION`, `DYLIB_COMPATIBILITY_VERSION`
* set first number in `DYLIB_CURRENT_VERSION` to
(100 * *minor*) + *patchlevel* + 1
(100 * *minor*) + *micro* + 1
* set second number in `DYLIB_CURRENT_VERSION` to 0
* set `DYLIB_COMPATIBILITY_VERSION` to the same value

Expand Down

0 comments on commit af81363

Please sign in to comment.