From b34a7c7f526da75d52ff70fdbc601e9f77b6b9b6 Mon Sep 17 00:00:00 2001 From: silvioprog Date: Wed, 29 Aug 2018 20:47:47 -0300 Subject: [PATCH] Bump v1.0.3 --- ChangeLog | 16 ++++++++++++++++ include/sagui.h | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) 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)) /**