Skip to content

Commit

Permalink
Bump v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
silvioprog committed Dec 20, 2021
1 parent 5a381bc commit 68310ae
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2021-12-19 silvioprog <[email protected]>

Bump v3.4.0

Upgraded third party libraries

Added new function "sg_httpsrv_tls_listen3()"

2021-10-24 silvioprog <[email protected]>

Bump v3.3.4
Expand Down
4 changes: 2 additions & 2 deletions include/sagui.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ extern "C" {
#endif /* __SG_FORMAT */

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

Expand Down

0 comments on commit 68310ae

Please sign in to comment.