Skip to content

Commit 34a0966

Browse files
committed
add constants for versions
1 parent 889e8b7 commit 34a0966

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

json.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
#ifndef STANDARDLOOP_JSON_H
22
#define STANDARDLOOP_JSON_H
33

4+
#define STANDARDLOOP_JSON_H_MAJOR_VERSION 0
5+
#define STANDARDLOOP_JSON_H_MINOR_VERSION 0
6+
#define STANDARDLOOP_JSON_H_PATCH_VERSION 1
7+
#define STANDARDLOOP_JSON_H_VERSION "0.0.1"
8+
49
#include <stdio.h>
510
#include <stdlib.h>
611
#include <string.h>

0 commit comments

Comments
 (0)