summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSteven G. Johnson <stevenj@mit.edu>2015-05-29 23:07:29 -0400
committerSteven G. Johnson <stevenj@mit.edu>2015-05-29 23:07:29 -0400
commitd75985cf09fd753047952beaafa691645c47724f (patch)
tree2258757addc8b85461ada6e42b0c255ac8f51b76 /Makefile
parent59b69142ea2ab2cca250a3c92a887ee5e2531680 (diff)
downloadlibutf8proc-d75985cf09fd753047952beaafa691645c47724f.tar.gz
libutf8proc-d75985cf09fd753047952beaafa691645c47724f.tar.bz2
bump API/ABI version to 1.3, add NEWS
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)