diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-11-29 12:08:07 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-11-29 12:08:07 +0100 |
commit | deed10226736499c765b4632dbbbb7891e7b6eb0 (patch) | |
tree | 7b67bf2b51101c82204878f2d4e7481ff0186233 | |
parent | forgot to add detailmenu (diff) | |
download | bus-deed10226736499c765b4632dbbbb7891e7b6eb0.tar.gz bus-deed10226736499c765b4632dbbbb7891e7b6eb0.tar.bz2 bus-deed10226736499c765b4632dbbbb7891e7b6eb0.tar.xz |
bump version3.1.6
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ FLAGS = -std=c99 -Wall -Wextra -pedantic -O2 LIB_MAJOR = 3 LIB_MINOR = 1 LIB_VERSION = ${LIB_MAJOR}.${LIB_MINOR} -VERSION = 3.1.5 +VERSION = 3.1.6 |