diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-05-17 13:39:22 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-05-17 13:39:22 +0200 |
commit | e605879570c565605576fc1d87f2c87d0f6362de (patch) | |
tree | bc749a04bd355d574cd4e8551f14c8a6ec0bccbd | |
parent | mentions stat in manpages (diff) | |
download | bus-e605879570c565605576fc1d87f2c87d0f6362de.tar.gz bus-e605879570c565605576fc1d87f2c87d0f6362de.tar.bz2 bus-e605879570c565605576fc1d87f2c87d0f6362de.tar.xz |
bump version
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -24,10 +24,10 @@ MAN7 = libbus FLAGS = -std=c99 -Wall -Wextra -pedantic -O2 -LIB_MAJOR = 2 -LIB_MINOR = 0 +LIB_MAJOR = 3 +LIB_MINOR = 1 LIB_VERSION = ${LIB_MAJOR}.${LIB_MINOR} -VERSION = 2.0 +VERSION = 3.1 all: bus doc |