aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2020-06-09 18:46:23 +0200
committerMattias Andrée <maandree@kth.se>2020-06-09 18:46:23 +0200
commit767051a1a53a4d1c07132b1d5e69b59c5af14626 (patch)
tree53f636d592ec8656004901768897b03cd2215141 /Makefile
parentUpdate liberror.7, liberror.h.0, and README (diff)
downloadliberror-767051a1a53a4d1c07132b1d5e69b59c5af14626.tar.gz
liberror-767051a1a53a4d1c07132b1d5e69b59c5af14626.tar.bz2
liberror-767051a1a53a4d1c07132b1d5e69b59c5af14626.tar.xz
Update minor 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 dc72232..4eab1f9 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ OS = linux
include $(OS).mk
LIB_MAJOR = 1
-LIB_MINOR = 0
+LIB_MINOR = 1
LIB_VERSION = $(LIB_MAJOR).$(LIB_MINOR)