diff options
author | Mattias Andrée <maandree@kth.se> | 2022-02-15 17:30:34 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2022-02-15 17:30:34 +0100 |
commit | 9e9521c7a07aef745930b5943cd0b616d02a1e4c (patch) | |
tree | 9a4038d301087c83b077d98140562f3cae120590 /Makefile | |
parent | Fix deps (diff) | |
download | libar2simplified-9e9521c7a07aef745930b5943cd0b616d02a1e4c.tar.gz libar2simplified-9e9521c7a07aef745930b5943cd0b616d02a1e4c.tar.bz2 libar2simplified-9e9521c7a07aef745930b5943cd0b616d02a1e4c.tar.xz |
Bump version1.1
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-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 = ar2simplified |