mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libpng17] Fixed some indentation to comply with our coding style (synced
with libpng-1.6.24beta05).
This commit is contained in:
parent
83ca33b017
commit
f1fb09c406
1
ANNOUNCE
1
ANNOUNCE
@ -1391,6 +1391,7 @@ Version 1.7.0beta82 [July 4, 2016]
|
|||||||
Fixed two Coverity issues in pngcp.c.
|
Fixed two Coverity issues in pngcp.c.
|
||||||
|
|
||||||
Version 1.7.0beta83 [July 4, 2016]
|
Version 1.7.0beta83 [July 4, 2016]
|
||||||
|
Fixed some indentation to comply with our coding style.
|
||||||
|
|
||||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
||||||
(subscription required; visit
|
(subscription required; visit
|
||||||
|
1
CHANGES
1
CHANGES
@ -5691,6 +5691,7 @@ Version 1.7.0beta82 [July 4, 2016]
|
|||||||
Fixed two Coverity issues in pngcp.c.
|
Fixed two Coverity issues in pngcp.c.
|
||||||
|
|
||||||
Version 1.7.0beta83 [July 4, 2016]
|
Version 1.7.0beta83 [July 4, 2016]
|
||||||
|
Fixed some indentation to comply with our coding style.
|
||||||
|
|
||||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
||||||
(subscription required; visit
|
(subscription required; visit
|
||||||
|
3
png.h
3
png.h
@ -286,8 +286,7 @@
|
|||||||
|
|
||||||
/* Version information for png.h - this should match the version in png.c */
|
/* Version information for png.h - this should match the version in png.c */
|
||||||
#define PNG_LIBPNG_VER_STRING "1.7.0beta83"
|
#define PNG_LIBPNG_VER_STRING "1.7.0beta83"
|
||||||
#define PNG_HEADER_VERSION_STRING \
|
#define PNG_HEADER_VERSION_STRING " libpng version 1.7.0beta83 - July 4, 2016\n"
|
||||||
" libpng version 1.7.0beta83 - July 4, 2016\n"
|
|
||||||
|
|
||||||
#define PNG_LIBPNG_VER_SONUM 17
|
#define PNG_LIBPNG_VER_SONUM 17
|
||||||
#define PNG_LIBPNG_VER_DLLNUM 17
|
#define PNG_LIBPNG_VER_DLLNUM 17
|
||||||
|
Loading…
x
Reference in New Issue
Block a user