diff options
author | Mattias Andrée <maandree@kth.se> | 2023-07-07 07:02:26 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2023-07-07 07:02:26 +0200 |
commit | 08637def73727119c24a09041f7ca92d65f98b99 (patch) | |
tree | de00b95ae9a1aec3b0eb37962768446a1756359f | |
parent | install_name_tool does not support -- (diff) | |
download | libclut-08637def73727119c24a09041f7ca92d65f98b99.tar.gz libclut-08637def73727119c24a09041f7ca92d65f98b99.tar.bz2 libclut-08637def73727119c24a09041f7ca92d65f98b99.tar.xz |
Fix version number
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 = 2 LIB_VERSION = $(LIB_MAJOR).$(LIB_MINOR) |