diff options
Diffstat (limited to 'exports/common.mk')
| -rw-r--r-- | exports/common.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exports/common.mk b/exports/common.mk index 940b3d4..d188cb9 100644 --- a/exports/common.mk +++ b/exports/common.mk @@ -19,7 +19,7 @@ LIB_SUFFIX ?= .so endif # Current version -VERSION = 1.1.2 +VERSION := $(shell grep -o 'const Version = "[^"]*' ../internal/version/version.go | cut -d '"' -f 2) # Library name without prefixes/suffixes LIB_NAME ?= eduvpn_common |
