File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ set(CMAKE_C_STANDARD 99)
66
77set (SPNG_MAJOR 0)
88set (SPNG_MINOR 7)
9- set (SPNG_REVISION 3 )
9+ set (SPNG_REVISION 4 )
1010set (SPNG_VERSION ${SPNG_MAJOR} .${SPNG_MINOR} .${SPNG_REVISION} )
1111
1212option (ENABLE_OPT "Enable architecture-specific optimizations" ON )
Original file line number Diff line number Diff line change @@ -26,5 +26,5 @@ spng_ctx_free(ctx);
2626
2727```
2828
29- For a complete example see [example.c](https://github.com/randy408/libspng/blob/v0.7.3 /examples/example.c)
29+ For a complete example see [example.c](https://github.com/randy408/libspng/blob/v0.7.4 /examples/example.c)
3030and [Decoding untrusted files](decode.md#decoding-untrusted-files)
Original file line number Diff line number Diff line change 11project (' spng' , ' c' ,
2- version : ' 0.7.3 ' ,
2+ version : ' 0.7.4 ' ,
33 license : [ ' BSD-2-Clause' , ' libpng-2.0' ],
44 default_options : ' c_std=c99'
55)
@@ -52,7 +52,7 @@ spng_lib = library('spng',
5252 c_args : spng_args,
5353 dependencies : spng_deps,
5454 install : not static_subproject,
55- version : ' 0.7.3 '
55+ version : ' 0.7.4 '
5656)
5757
5858spng_dep = declare_dependency (
Original file line number Diff line number Diff line change 1- site_name : libspng v0.7.3
1+ site_name : libspng v0.7.4
22site_url : https://libspng.org/docs
33repo_url : https://github.com/randy408/libspng/
44site_description : libspng documentation
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ extern "C" {
2828
2929#define SPNG_VERSION_MAJOR 0
3030#define SPNG_VERSION_MINOR 7
31- #define SPNG_VERSION_PATCH 3
31+ #define SPNG_VERSION_PATCH 4
3232
3333enum spng_errno
3434{
You can’t perform that action at this time.
0 commit comments