diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-08-26 20:03:28 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-08-26 20:03:28 +0200 |
commit | 357c0cccd6511ecf903fcde7acb38790a295a73f (patch) | |
tree | 903c89d9a204c52d8d054244c535b05d30a9af79 | |
parent | m bug: wrote to array before checking that it was successfully allocated (diff) | |
download | bus-357c0cccd6511ecf903fcde7acb38790a295a73f.tar.gz bus-357c0cccd6511ecf903fcde7acb38790a295a73f.tar.bz2 bus-357c0cccd6511ecf903fcde7acb38790a295a73f.tar.xz |
update version3.1.1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-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 = 3 LIB_MINOR = 1 LIB_VERSION = ${LIB_MAJOR}.${LIB_MINOR} -VERSION = 3.1 +VERSION = 3.1.1 all: bus doc |