File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ project(libspng C)
55set (SPNG_MAJOR 0)
66set (SPNG_MINOR 7)
77set (SPNG_REVISION 0)
8- set (SPNG_VERSION ${SPNG_MAJOR} .${SPNG_MINOR} .${SPNG_REVISION} -rc3 )
8+ set (SPNG_VERSION ${SPNG_MAJOR} .${SPNG_MINOR} .${SPNG_REVISION} )
99
1010option (ENABLE_OPT "Enable architecture-specific optimizations" ON )
1111option (SPNG_SHARED "Build shared lib" ON )
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ spng_ctx_free(ctx);
2626
2727```
2828
29- For a complete example see [example.c](https://github.com/randy408/libspng/blob/v0.6.3 /examples/example.c).
29+ For a complete example see [example.c](https://github.com/randy408/libspng/blob/v0.7.0 /examples/example.c).
3030
3131
3232## Decoding untrusted files
Original file line number Diff line number Diff line change 11project (' spng' , ' c' ,
2- version : ' 0.7.0-rc3 ' ,
2+ version : ' 0.7.0' ,
33 license : [ ' BSD-2-Clause' , ' libpng-2.0' ],
44 default_options : ' c_std=c99'
55)
Original file line number Diff line number Diff line change @@ -6087,7 +6087,7 @@ const char *spng_strerror(int err)
60876087
60886088const char * spng_version_string (void )
60896089{
6090- return SPNG_VERSION_STRING "-rc3" ;
6090+ return SPNG_VERSION_STRING ;
60916091}
60926092
60936093#if defined(_MSC_VER )
You can’t perform that action at this time.
0 commit comments