Skip to content

Commit

Permalink
Updated version in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCahill committed Feb 22, 2024
1 parent 88c75d7 commit 4f518d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars.mk
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ CPPSTD := "c++0x"
###
LIB_NAME := "libisotp.so"
MAJOR_VER := "1"
MINOR_VER := "0"
MINOR_VER := "1"
REVISION := "1"
OUTPUT_NAME := $(LIB_NAME).$(MAJOR_VER).$(MINOR_VER).$(REVISION)

Expand Down

0 comments on commit 4f518d4

Please sign in to comment.