From 76fdcece687af8d82e7b5a6c065988ab80c914cb Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 25 Apr 2015 19:59:32 +0200 Subject: bus_read invokes callback with null message to notify that it is listening on the bus MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 70b7132..9c92e3a 100644 --- a/Makefile +++ b/Makefile @@ -24,10 +24,10 @@ MAN7 = libbus FLAGS = -std=c99 -Wall -Wextra -pedantic -O2 -LIB_MAJOR = 1 +LIB_MAJOR = 2 LIB_MINOR = 0 LIB_VERSION = ${LIB_MAJOR}.${LIB_MINOR} -VERSION = 1.0.1 +VERSION = 2.0 all: bus doc -- cgit v1.2.3-70-g09d2