diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-04-25 18:26:04 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-04-25 18:26:04 +0200 |
commit | 05ab106bd63e636cdef516e582de8eb3240cd277 (patch) | |
tree | 873384109ccaf586d0d7f1314da3a5d102af32ed | |
parent | add telephony-and-music example (diff) | |
download | bus-05ab106bd63e636cdef516e582de8eb3240cd277.tar.gz bus-05ab106bd63e636cdef516e582de8eb3240cd277.tar.bz2 bus-05ab106bd63e636cdef516e582de8eb3240cd277.tar.xz |
update version1.0.1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ FLAGS = -std=c99 -Wall -Wextra -pedantic -O2 LIB_MAJOR = 1 LIB_MINOR = 0 LIB_VERSION = ${LIB_MAJOR}.${LIB_MINOR} -VERSION = 1.0 +VERSION = 1.0.1 all: bus doc |