File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ project(libspng C)
5
5
set (SPNG_MAJOR 0)
6
6
set (SPNG_MINOR 7)
7
7
set (SPNG_REVISION 0)
8
- set (SPNG_VERSION ${SPNG_MAJOR} .${SPNG_MINOR} .${SPNG_REVISION} -rc3 )
8
+ set (SPNG_VERSION ${SPNG_MAJOR} .${SPNG_MINOR} .${SPNG_REVISION} )
9
9
10
10
option (ENABLE_OPT "Enable architecture-specific optimizations" ON )
11
11
option (SPNG_SHARED "Build shared lib" ON )
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ spng_ctx_free(ctx);
26
26
27
27
```
28
28
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).
30
30
31
31
32
32
## Decoding untrusted files
Original file line number Diff line number Diff line change 1
1
project (' spng' , ' c' ,
2
- version : ' 0.7.0-rc3 ' ,
2
+ version : ' 0.7.0' ,
3
3
license : [ ' BSD-2-Clause' , ' libpng-2.0' ],
4
4
default_options : ' c_std=c99'
5
5
)
Original file line number Diff line number Diff line change @@ -6087,7 +6087,7 @@ const char *spng_strerror(int err)
6087
6087
6088
6088
const char * spng_version_string (void )
6089
6089
{
6090
- return SPNG_VERSION_STRING "-rc3" ;
6090
+ return SPNG_VERSION_STRING ;
6091
6091
}
6092
6092
6093
6093
#if defined(_MSC_VER )
You can’t perform that action at this time.
0 commit comments