diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-09-01 23:11:37 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-09-01 23:11:37 +0200 |
commit | 72f90615267e3b9b62fe153efb9d1de657e77a12 (patch) | |
tree | 8528c96b7435d7431304d4b275aafd050b68e69f /Makefile | |
parent | whitespace (diff) | |
download | bus-72f90615267e3b9b62fe153efb9d1de657e77a12.tar.gz bus-72f90615267e3b9b62fe153efb9d1de657e77a12.tar.bz2 bus-72f90615267e3b9b62fe153efb9d1de657e77a12.tar.xz |
update version3.1.4
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'Makefile')
-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.3 +VERSION = 3.1.4 all: bus doc |