diff options
author | Mattias Andrée <maandree@kth.se> | 2020-06-09 18:46:23 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2020-06-09 18:46:23 +0200 |
commit | 767051a1a53a4d1c07132b1d5e69b59c5af14626 (patch) | |
tree | 53f636d592ec8656004901768897b03cd2215141 /Makefile | |
parent | Update liberror.7, liberror.h.0, and README (diff) | |
download | liberror-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ OS = linux include $(OS).mk LIB_MAJOR = 1 -LIB_MINOR = 0 +LIB_MINOR = 1 LIB_VERSION = $(LIB_MAJOR).$(LIB_MINOR) |