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 e615951 commit 24ea97cCopy full SHA for 24ea97c
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 0
48
-#define ZPL_VERSION_PATCH 4
+#define ZPL_VERSION_MINOR 1
+#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.0.4",
+ "version": "19.1.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 <zaklaus@outlook.com> (http://madaraszd.net/)",
0 commit comments