diff options
author | Mattias Andrée <maandree@kth.se> | 2023-07-04 19:41:37 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2023-07-04 19:41:37 +0200 |
commit | 49d537dcc675d4fd824469518813a722d29b130b (patch) | |
tree | 5130d4a581a673235e823bb61d7f01e771437052 /Makefile | |
parent | Add bindex and bindex_r (diff) | |
download | libsimple-49d537dcc675d4fd824469518813a722d29b130b.tar.gz libsimple-49d537dcc675d4fd824469518813a722d29b130b.tar.bz2 libsimple-49d537dcc675d4fd824469518813a722d29b130b.tar.xz |
Update VERSION_MINOR1.4
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
@@ -11,7 +11,7 @@ include mk/$(OS).mk LIB_MAJOR = 1 -LIB_MINOR = 0 +LIB_MINOR = 4 LIB_VERSION = $(LIB_MAJOR).$(LIB_MINOR) LIB_NAME = simple |