Skip to content
This repository was archived by the owner on Nov 17, 2020. It is now read-only.

Commit 4f36629

Browse files
committed
Update rabbitmq-components.mk
1 parent 2d0b187 commit 4f36629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rabbitmq-components.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ endif
1111
# 3. a version based on git-describe(1), if it is a Git clone;
1212
# 4. 0.0.0
1313

14-
PROJECT_VERSION = $(RABBITMQ_VERSION)
14+
PROJECT_VERSION := $(RABBITMQ_VERSION)
1515

1616
ifeq ($(PROJECT_VERSION),)
1717
PROJECT_VERSION := $(shell \

0 commit comments

Comments
 (0)