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:
parent
bd798c5377
commit
5e1d9e2625
@ -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" }
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
project('inih',
|
project('inih',
|
||||||
['c'],
|
['c'],
|
||||||
license : 'BSD-3-Clause',
|
license : 'BSD-3-Clause',
|
||||||
version : '55',
|
version : '56',
|
||||||
)
|
)
|
||||||
|
|
||||||
#### options ####
|
#### options ####
|
||||||
|
Loading…
x
Reference in New Issue
Block a user