]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
build: bumped version to 1.1.0
authorMarek Vavrusa <marek@vavrusa.com>
Thu, 16 Jun 2016 17:19:04 +0000 (10:19 -0700)
committerMarek Vavrusa <marek@vavrusa.com>
Thu, 16 Jun 2016 17:19:04 +0000 (10:19 -0700)
config.mk

index 2611c21dd0a791f88ed4b02b3efc2db5186f4a2d..cb637444493b95ea269952729fd46ef6d5c75910 100644 (file)
--- 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