diff --git a/ChangeLog b/ChangeLog index cb4b9549..fa8c9a4e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,21 @@ +2018-08-29 silvioprog + + Uses better parameter names in the sg_strerror() function. + + Update the SECURITY document. [ci skip] + + Publishes the main header even for static library. + + Avoids the "build" folder inside distribution packages. [ci skip] + 2018-08-24 silvioprog + Adds CII Best Practices. [ci skip] + + Adds the SECURITY file. [ci skip] + + Adds the ChangeLog file. [ci skip] + Adds the LGTM status :sunglasses: . [ci skip] 2018-08-22 silvioprog diff --git a/include/sagui.h b/include/sagui.h index 9a6557ca..ae4a6c06 100644 --- a/include/sagui.h +++ b/include/sagui.h @@ -75,7 +75,7 @@ extern "C" { #define SG_VERSION_MAJOR 1 #define SG_VERSION_MINOR 0 -#define SG_VERSION_PATCH 2 +#define SG_VERSION_PATCH 3 #define SG_VERSION_HEX ((SG_VERSION_MAJOR << 16) | (SG_VERSION_MINOR << 8) | (SG_VERSION_PATCH)) /**