summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2017-04-05 12:50:39 +0200
committerJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2017-04-05 12:51:42 +0200
commiteb5aef317876cb92f632cea47c07b2f05b74241b (patch)
tree857bf33c56a593bd416be4c7d3ed3218123a71e8 /README.md
parent564a54a16867fb8934baf47d4fb48e773bd08bbf (diff)
downloadrabbitmq-server-git-eb5aef317876cb92f632cea47c07b2f05b74241b.tar.gz
README.md: Document how Windows' PRODUCTVERSION is computed by default
[#142391637]
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index e2f51eef31..6b3a6c4044 100644
--- a/README.md
+++ b/README.md
@@ -232,9 +232,10 @@ specify the path to the Zip archive using the `ZIP` variable:
make -C packaging/windows-exe ZIP=/path/to/rabbitmq-server-windows.zip
```
-By default, the *product version* is the version with `.0` appended.
-Thus it's only fine if the version is a semver-based final version (eg.
-3.8.1). If the version doesn't conform to that, you need to set the
+By default, the *product version* is the project version where
+everything following the third integer was replaced by `.0`. Thus it's
+only fine if the version is a semver-based version (eg. 3.8.1-pre.3 or
+3.8.2). If the version doesn't conform to that, you need to set the
`PRODUCT_VERSION` variable:
```
make package-windows PROJECT_VERSION=3.8.1-rc.1 PRODUCT_VERSION=3.8.1.0