From 67bd78f2e626602d8392482250d4328eb3b1b3a6 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Mon, 23 Oct 2023 08:21:22 +0200 Subject: All: Make it easier to update the version --- exports/common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'exports') 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 -- cgit v1.2.3