From 2cc3ea14697082412b3c86a388705ac316f8dbfb Mon Sep 17 00:00:00 2001 From: Alan Dipert Date: Fri, 26 Feb 2016 21:50:10 +0000 Subject: [PATCH] 2.0.0 --- Makefile | 2 +- jt.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 75c5c0e..2a1ecfa 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ .PHONY: all clean docs install dist -VERSION = 1.1.0 +VERSION = 2.0.0 CFLAGS = -O3 LDFLAGS = -static PREFIX = /usr/local diff --git a/jt.c b/jt.c index b2981e2..77b53d5 100644 --- a/jt.c +++ b/jt.c @@ -1,7 +1,7 @@ #define _GNU_SOURCE #define JSMN_STRICT #define JSMN_PARENT_LINKS -#define JT_VERSION "1.1.0" +#define JT_VERSION "2.0.0" #include #include