aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2023-07-07 07:02:26 +0200
committerMattias Andrée <maandree@kth.se>2023-07-07 07:02:26 +0200
commit08637def73727119c24a09041f7ca92d65f98b99 (patch)
treede00b95ae9a1aec3b0eb37962768446a1756359f /Makefile
parentinstall_name_tool does not support -- (diff)
downloadlibclut-08637def73727119c24a09041f7ca92d65f98b99.tar.gz
libclut-08637def73727119c24a09041f7ca92d65f98b99.tar.bz2
libclut-08637def73727119c24a09041f7ca92d65f98b99.tar.xz
Fix version number
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fb25acb..7779657 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ include mk/$(OS).mk
LIB_MAJOR = 1
-LIB_MINOR = 0
+LIB_MINOR = 2
LIB_VERSION = $(LIB_MAJOR).$(LIB_MINOR)