Skip to content

Commit

Permalink
Bump v3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
silvioprog committed Mar 3, 2021
1 parent 881be25 commit 5a5d12d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2021-03-03 silvioprog <[email protected]>

Bump v3.3.1

Upgraded uthash libraries.

2021-01-26 silvioprog <[email protected]>

Bump v3.3.0
Expand Down
2 changes: 1 addition & 1 deletion include/sagui.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ extern "C" {

#define SG_VERSION_MAJOR 3
#define SG_VERSION_MINOR 3
#define SG_VERSION_PATCH 0
#define SG_VERSION_PATCH 1
#define SG_VERSION_HEX \
((SG_VERSION_MAJOR << 16) | (SG_VERSION_MINOR << 8) | (SG_VERSION_PATCH))

Expand Down

0 comments on commit 5a5d12d

Please sign in to comment.