diff options
author | Mattias Andrée <maandree@kth.se> | 2022-02-12 21:57:36 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2022-02-12 21:57:36 +0100 |
commit | f8184a9cfa6b0d37672ccc564b54796078b2398c (patch) | |
tree | 3fb6dc5cbf6d613caec9631f930bf475feb1585b | |
parent | Use params->version == 0 for implicit specification of version 1.0 (diff) | |
download | libar2-f8184a9cfa6b0d37672ccc564b54796078b2398c.tar.gz libar2-f8184a9cfa6b0d37672ccc564b54796078b2398c.tar.bz2 libar2-f8184a9cfa6b0d37672ccc564b54796078b2398c.tar.xz |
Bump lib version
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ include mk/$(OS).mk LIB_MAJOR = 1 -LIB_MINOR = 0 +LIB_MINOR = 1 LIB_VERSION = $(LIB_MAJOR).$(LIB_MINOR) LIB_NAME = ar2 |