From 516cf9448d87eec1decf65590e32547efb59dad6 Mon Sep 17 00:00:00 2001 From: Bruno Dilly Date: Tue, 19 Jul 2016 18:45:27 -0300 Subject: [PATCH] build: increment version for V1 release V1 is a stable C API release, done after almost 3k public commits and about 40 contributors. A few protocols API were marked as experimental, since they were recently added to Soletta and changes are expected: * Bluetooth * GATT * Netctl * Mavlink * LWM2M Really nice =) Signed-off-by: Bruno Dilly --- tools/build/Makefile.vars | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/build/Makefile.vars b/tools/build/Makefile.vars index bc4572098..7a963f926 100644 --- a/tools/build/Makefile.vars +++ b/tools/build/Makefile.vars @@ -83,8 +83,8 @@ LIB_ASAN_PATH = PREFIX := $(patsubst "%",%,$(PREFIX)) EXTRA_BINS := -SOL_VERSION := 0 -SOL_LIB_CURRENT := 0 +SOL_VERSION := 1 +SOL_LIB_CURRENT := 1 SOL_LIB_REVISION := 0 SOL_LIB_AGE := 0