From d75985cf09fd753047952beaafa691645c47724f Mon Sep 17 00:00:00 2001 From: "Steven G. Johnson" Date: Fri, 29 May 2015 23:07:29 -0400 Subject: bump API/ABI version to 1.3, add NEWS --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 45b1ed7..e738d07 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ cc = $(CC) $(cflags) # compatibility is broken, even if the API is backward-compatible # Be sure to also update these in CMakeLists.txt! MAJOR=1 -MINOR=2 +MINOR=3 PATCH=0 OS := $(shell uname) -- cgit v1.2.3