diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-08-27 13:20:58 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-08-27 13:20:58 +0200 |
commit | 8a3ead058bec5c072778ac611d3f9e087cd8f3df (patch) | |
tree | 762b439c27d1e547ab6ba6b1b14701f1c3e75d6c | |
parent | m makefile (diff) | |
download | bus-8a3ead058bec5c072778ac611d3f9e087cd8f3df.tar.gz bus-8a3ead058bec5c072778ac611d3f9e087cd8f3df.tar.bz2 bus-8a3ead058bec5c072778ac611d3f9e087cd8f3df.tar.xz |
update version3.1.2
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 = 3 LIB_MINOR = 1 LIB_VERSION = ${LIB_MAJOR}.${LIB_MINOR} -VERSION = 3.1.1 +VERSION = 3.1.2 all: bus doc |