bump API/ABI version to 1.3, add NEWS

This commit is contained in:
Steven G. Johnson
2015-05-29 23:07:29 -04:00
parent 59b69142ea
commit d75985cf09
4 changed files with 18 additions and 3 deletions

View File

@@ -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)