diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-08-27 14:03:54 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-08-27 14:03:54 +0200 |
commit | 2a520272f9e1f4bcf43645d5920eb785e12f6e43 (patch) | |
tree | 75ee5828e0ae3199daef2b74344606c0034c446c /Makefile | |
parent | fix warnings (diff) | |
download | bus-2a520272f9e1f4bcf43645d5920eb785e12f6e43.tar.gz bus-2a520272f9e1f4bcf43645d5920eb785e12f6e43.tar.bz2 bus-2a520272f9e1f4bcf43645d5920eb785e12f6e43.tar.xz |
update version3.1.3
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.2 +VERSION = 3.1.3 all: bus doc |