We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24c816d commit 7e4d588Copy full SHA for 7e4d588
code/zpl.h
@@ -44,8 +44,8 @@ Version History:
44
#define ZPL_H
45
46
#define ZPL_VERSION_MAJOR 19
47
-#define ZPL_VERSION_MINOR 4
48
-#define ZPL_VERSION_PATCH 1
+#define ZPL_VERSION_MINOR 5
+#define ZPL_VERSION_PATCH 0
49
#define ZPL_VERSION_PRE ""
50
51
#include "zpl_hedley.h"
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "zpl.c",
3
- "version": "19.4.1",
+ "version": "19.5.0",
4
"homepage": "https://github.com/zpl-c/zpl#readme",
5
"description": "Single-file header-only C and C++ helper library.",
6
"author": "Dominik Madarasz <[email protected]> (http://madaraszd.net/)",
0 commit comments