From b96b4b177ec139a8608ec0c5a618199ca5475740 Mon Sep 17 00:00:00 2001
From: Marek Vavrusa <marek@vavrusa.com>
Date: Thu, 16 Jun 2016 10:19:04 -0700
Subject: [PATCH] build: bumped version to 1.1.0

---
 config.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config.mk b/config.mk
index 2611c21dd..cb6374444 100644
--- a/config.mk
+++ b/config.mk
@@ -1,6 +1,6 @@
 # Project
 MAJOR := 1
-MINOR := 0
+MINOR := 1
 PATCH := 0
 ABIVER := 1
 BUILDMODE := dynamic
@@ -30,4 +30,4 @@ ifeq (,$(findstring -O,$(CFLAGS)))
 endif
 ifeq (,$(findstring -fsanitize=address,$(CFLAGS)))
 	BUILD_CFLAGS += -D_FORTIFY_SOURCE=2
-endif
\ No newline at end of file
+endif
-- 
GitLab