aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2023-02-06 21:50:37 +0100
committerMattias Andrée <maandree@kth.se>2023-02-06 21:50:37 +0100
commit1ddd05b8774939e4495e66c1be4ed6039cd5813e (patch)
tree372a3577f6f95162a9f23083432ca4f14de7061b
parentSilence false warnings (diff)
downloadlibglitter-1ddd05b8774939e4495e66c1be4ed6039cd5813e.tar.gz
libglitter-1ddd05b8774939e4495e66c1be4ed6039cd5813e.tar.bz2
libglitter-1ddd05b8774939e4495e66c1be4ed6039cd5813e.tar.xz
Fix library version number1.1.0.1
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 78ba8ee..5f8dc2d 100644
--- a/Makefile
+++ b/Makefile
@@ -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 = glitter