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 731afdc commit 5b69b50Copy full SHA for 5b69b50
code/zpl.h
@@ -45,7 +45,7 @@ Version History:
45
46
#define ZPL_VERSION_MAJOR 19
47
#define ZPL_VERSION_MINOR 4
48
-#define ZPL_VERSION_PATCH 0
+#define ZPL_VERSION_PATCH 1
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.0",
+ "version": "19.4.1",
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