Skip to content

Commit

Permalink
set SHRLIB_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
mdavidsaver committed Apr 29, 2020
1 parent 4fa0aea commit 3419a72
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions configure/CONFIG_SITE
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,10 @@ USR_CPPFLAGS += -DUSE_TYPED_RSET
# Set to YES to link executable (mostly) statically
#STATIC_BUILD=NO

MRFIOC2_MAJOR_VERSION ?= 0
MRFIOC2_MINOR_VERSION ?= 0

SHRLIB_VERSION ?= $(MRFIOC2_MAJOR_VERSION).$(MRFIOC2_MINOR_VERSION)

-include $(TOP)/../CONFIG_SITE.local
-include $(TOP)/configure/CONFIG_SITE.local

0 comments on commit 3419a72

Please sign in to comment.