"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "src/gd.h" between
libgd-2.2.4.tar.gz and libgd-2.2.5.tar.gz

About: LibGD is a library for the dynamic creation of images by programmers (PNG, JPEG, GIF, WebP, XPM, BMP support).

gd.h  (libgd-2.2.4):gd.h  (libgd-2.2.5)
skipping to change at line 16 skipping to change at line 16
#ifndef GD_H #ifndef GD_H
#define GD_H 1 #define GD_H 1
/* Version information. This gets parsed by build scripts as well as /* Version information. This gets parsed by build scripts as well as
* gcc so each #define line in this group must also be splittable on * gcc so each #define line in this group must also be splittable on
* whitespace, take the form GD_*_VERSION and contain the magical * whitespace, take the form GD_*_VERSION and contain the magical
* trailing comment. */ * trailing comment. */
#define GD_MAJOR_VERSION 2 /*version605b5d1778*/ #define GD_MAJOR_VERSION 2 /*version605b5d1778*/
#define GD_MINOR_VERSION 2 /*version605b5d1778*/ #define GD_MINOR_VERSION 2 /*version605b5d1778*/
#define GD_RELEASE_VERSION 4 /*version605b5d1778*/ #define GD_RELEASE_VERSION 5 /*version605b5d1778*/
#define GD_EXTRA_VERSION "" /*version605b5d1778*/ #define GD_EXTRA_VERSION "" /*version605b5d1778*/
/* End parsable section. */ /* End parsable section. */
/* The version string. This is constructed from the version number /* The version string. This is constructed from the version number
* parts above via macro abuse^Wtrickery. */ * parts above via macro abuse^Wtrickery. */
#define GDXXX_VERSION_STR(mjr, mnr, rev, ext) mjr "." mnr "." rev ext #define GDXXX_VERSION_STR(mjr, mnr, rev, ext) mjr "." mnr "." rev ext
#define GDXXX_STR(s) GDXXX_SSTR(s) /* Two levels needed to expand args. */ #define GDXXX_STR(s) GDXXX_SSTR(s) /* Two levels needed to expand args. */
#define GDXXX_SSTR(s) #s #define GDXXX_SSTR(s) #s
#define GD_VERSION_STRING \ #define GD_VERSION_STRING \
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)