diff options
| -rw-r--r-- | rabbitmq-components.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rabbitmq-components.mk b/rabbitmq-components.mk index 7f168d029a..c05a66fe13 100644 --- a/rabbitmq-components.mk +++ b/rabbitmq-components.mk @@ -11,7 +11,7 @@ endif # 3. a version based on git-describe(1), if it is a Git clone; # 4. 0.0.0 -PROJECT_VERSION = $(RABBITMQ_VERSION) +PROJECT_VERSION := $(RABBITMQ_VERSION) ifeq ($(PROJECT_VERSION),) PROJECT_VERSION := $(shell \ |
