diff options
author | Mattias Andrée <maandree@kth.se> | 2022-02-17 17:36:40 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2022-02-17 17:36:40 +0100 |
commit | 0f57f977482444db2659e197976ad460c07955a3 (patch) | |
tree | 97d5c6e2961f20a12b913687da953e7a6c602066 /Makefile | |
parent | add todo (diff) | |
download | libar2-0f57f977482444db2659e197976ad460c07955a3.tar.gz libar2-0f57f977482444db2659e197976ad460c07955a3.tar.bz2 libar2-0f57f977482444db2659e197976ad460c07955a3.tar.xz |
bump version
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 = 1 +LIB_MINOR = 2 LIB_VERSION = $(LIB_MAJOR).$(LIB_MINOR) LIB_NAME = ar2 |