-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Patch the version number used in the build
Upstream didn't use the correct version number in the builds for this release. I'm not sure it makes a practical difference, but fix the version number up anyway.
- Loading branch information
Showing
2 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- origsrc/inih-r57/meson.build 2023-07-07 03:00:45.000000000 +0100 | ||
+++ src/inih-r57/meson.build 2023-10-30 13:52:16.454291400 +0000 | ||
@@ -1,7 +1,7 @@ | ||
project('inih', | ||
['c'], | ||
license : 'BSD-3-Clause', | ||
- version : '56', | ||
+ version : '57', | ||
) | ||
|
||
#### options #### |