summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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)