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 d9aa78e commit e45ca57Copy full SHA for e45ca57
code/zpl.h
@@ -45,7 +45,7 @@ Version History:
45
46
#define ZPL_VERSION_MAJOR 19
47
#define ZPL_VERSION_MINOR 0
48
-#define ZPL_VERSION_PATCH 3
+#define ZPL_VERSION_PATCH 4
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.0.3",
+ "version": "19.0.4",
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