Skip to content

Commit

Permalink
a version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jvo203 committed Apr 5, 2024
1 parent c80e04f commit 33ace6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [5.1.5] - 2024-04-??
## [5.1.5] - 2024-04-05

* asynchronous (_*non-blocking*_) fetching of WebGL GLSL shaders from the _*Content Delivery Network*_ (CDN) in the client-side JavaScript
* further reduced the compressed size of the initial web page response down to 1.73kB by off-loading the GLSL shaders to the CDN
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#define VERSION_MAJOR 5
#define VERSION_MINOR 1
#define VERSION_SUB 4
#define VERSION_SUB 5

#define STR_HELPER(x) #x
#define STR(x) STR_HELPER(x)
Expand Down

0 comments on commit 33ace6b

Please sign in to comment.