Skip to content

Commit

Permalink
Bump v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
silvioprog committed Aug 29, 2018
1 parent a16fbbd commit b34a7c7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
2018-08-29 silvioprog <[email protected]>

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 <[email protected]>

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 <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion include/sagui.h
Original file line number Diff line number Diff line change
Expand Up @@ -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))

/**
Expand Down

0 comments on commit b34a7c7

Please sign in to comment.