]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
RADIUSD_VERSION shouldn't contain a suffix
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 17 Nov 2022 22:58:52 +0000 (16:58 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 17 Nov 2022 23:03:18 +0000 (17:03 -0600)
Makefile

index 417cff776dd77e7b4f7ffb7e3b455e69e9b3e490..acceb1e40b38cfef0197c74fb94c6133713eee66 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -63,7 +63,8 @@ ifeq "$(RADIUS_VERSION)" ""
   else
     RADIUSD_VERSION_GIT := +git
   endif
-  RADIUSD_VERSION := $(shell cat VERSION | cut -d '.' -f 1,2).$(RADIUSD_VERSION_INCRM)$(RADIUSD_VERSION_GIT)
+  RADIUSD_VERSION := $(shell cat VERSION | cut -d '.' -f 1,2).$(RADIUSD_VERSION_INCRM)
+  RADIUSD_VERSION_STRING := $(RADIUSD_VERSION).$(RADIUSD_VERSION_GIT)
 else
   RADIUSD_VERSION_STRING := $(RADIUSD_VERSION)
 endif