aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-08-26 20:03:28 +0200
committerMattias Andrée <maandree@operamail.com>2015-08-26 20:03:28 +0200
commit357c0cccd6511ecf903fcde7acb38790a295a73f (patch)
tree903c89d9a204c52d8d054244c535b05d30a9af79
parentm bug: wrote to array before checking that it was successfully allocated (diff)
downloadbus-357c0cccd6511ecf903fcde7acb38790a295a73f.tar.gz
bus-357c0cccd6511ecf903fcde7acb38790a295a73f.tar.bz2
bus-357c0cccd6511ecf903fcde7acb38790a295a73f.tar.xz
update version3.1.1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5f1727d..3c56b5c 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ FLAGS = -std=c99 -Wall -Wextra -pedantic -O2
LIB_MAJOR = 3
LIB_MINOR = 1
LIB_VERSION = ${LIB_MAJOR}.${LIB_MINOR}
-VERSION = 3.1
+VERSION = 3.1.1
all: bus doc