Skip to content

Commit 5c75904

Browse files
author
Evan Lezar
committed
Merge branch 'fix-tag-separator' into 'main'
Fix tag separator for version strings See merge request nvidia/container-toolkit/libnvidia-container!237
2 parents f30a9f4 + 684aba5 commit 5c75904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ PATCH := $(word 3,$(VERSION_PARTS))
4646
VERSION := $(LIB_VERSION)
4747
TAG := $(LIB_TAG)
4848
BUILD := $(LIB_BUILD)
49-
VERSION_STRING := $(LIB_VERSION)$(if $(TAG),-$(TAG),)$(if $(BUILD),+$(BUILD),)
49+
VERSION_STRING := $(LIB_VERSION)$(if $(TAG),~$(TAG),)$(if $(BUILD),+$(BUILD),)

0 commit comments

Comments
 (0)