Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alandipert committed Feb 26, 2016
1 parent 31f752e commit 2cc3ea1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion jt.c
Original file line number Diff line number Diff line change
@@ -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 <stdarg.h>
#include <stdio.h>
Expand Down

0 comments on commit 2cc3ea1

Please sign in to comment.