Commit b2fe5302 authored by Dimitris Lampridis's avatar Dimitris Lampridis

Merge branch…

Merge branch '25-shared-object-library-version-automated-versioning-can-only-handle-single-digit-for-patch-number' into 'master'

Resolve "shared object library version automated versioning can only handle single digit for patch number."

Closes #25

See merge request be-cem-edl/common/mockturtle!17
parents 7acf17e5 240b4778
......@@ -15,7 +15,7 @@ TOP_DIR ?= $(shell pwd)/../..
TRTL ?= $(TOP_DIR)
include $(TRTL)/common.mk
SO_VERSION_XYZ := $(shell echo $(VERSION) | grep -o -E "[0-9]+\.[0-9]+\.[0-9]")
SO_VERSION_XYZ := $(shell echo $(VERSION) | grep -o -E "[0-9]+\.[0-9]+\.[0-9]+")
SO_VERSION_X := $(shell echo $(SO_VERSION_XYZ) | cut -d "." -f 1)
DESTLIBDIR ?= $(PREFIX)/usr/local/lib
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment