Skip to content

Commit 7e4d588

Browse files
committed
Release 19.5.0
1 parent 24c816d commit 7e4d588

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

code/zpl.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ Version History:
4444
#define ZPL_H
4545

4646
#define ZPL_VERSION_MAJOR 19
47-
#define ZPL_VERSION_MINOR 4
48-
#define ZPL_VERSION_PATCH 1
47+
#define ZPL_VERSION_MINOR 5
48+
#define ZPL_VERSION_PATCH 0
4949
#define ZPL_VERSION_PRE ""
5050

5151
#include "zpl_hedley.h"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zpl.c",
3-
"version": "19.4.1",
3+
"version": "19.5.0",
44
"homepage": "https://github.com/zpl-c/zpl#readme",
55
"description": "Single-file header-only C and C++ helper library.",
66
"author": "Dominik Madarasz <[email protected]> (http://madaraszd.net/)",

0 commit comments

Comments
 (0)