1
0
mirror of https://github.com/benhoyt/inih.git synced 2025-01-28 22:52:54 +08:00

Bump up version to r56 for release

This commit is contained in:
Ben Hoyt 2022-07-12 21:20:53 +12:00
parent bd798c5377
commit 5e1d9e2625
2 changed files with 3 additions and 3 deletions

View File

@ -143,11 +143,11 @@ Some differences between inih and Python's [ConfigParser](http://docs.python.org
## Using inih with tipi.build ## Using inih with tipi.build
`inih` can be easily used in [tipi.build](https://tipi.build) projects simply by adding the following entry to your `.tipi/deps`: `inih` can be easily used in [tipi.build](https://tipi.build) projects simply by adding the following entry to your `.tipi/deps` (replace `r56` with the latest version tag):
```json ```json
{ {
"benhoyt/inih": { "@": "r55" } "benhoyt/inih": { "@": "r56" }
} }
``` ```

View File

@ -1,7 +1,7 @@
project('inih', project('inih',
['c'], ['c'],
license : 'BSD-3-Clause', license : 'BSD-3-Clause',
version : '55', version : '56',
) )
#### options #### #### options ####