Skip to content

Commit

Permalink
Makefile.defs: added variables for version number
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Nov 14, 2023
1 parent b54918a commit 70a7865
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile.defs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ PREFIX ?= /usr/local
BASENAME ?= secsipid
TOOLNAME ?= secsipidx

LIBVERMAJ ?= 1
LIBVERMIN ?= 3
LIBVERLEV ?= 2
LIBVERSION ?= ${LIBVERMAJ}.${LIBVERMIN}.${LIBVERLEV}

GO111MODVAL ?= on

GO ?= go
Expand Down

0 comments on commit 70a7865

Please sign in to comment.