diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/release-checklist.txt | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/release-checklist.txt b/doc/release-checklist.txt index db5b696..321eb7b 100644 --- a/doc/release-checklist.txt +++ b/doc/release-checklist.txt @@ -3,9 +3,12 @@ OpenSCAD Release Checklist  (See bottom of this file for how to build release binaries) -o Update VERSION environment variable +o Set VERSION and VERSIONDATE environment variable +  (VERSIONDATE is new and used to identify releases. VERSION is for humans. +   For development builds, set VERSION and VERSIONDATE to the same value)    export VERSION=2013.01 +  export VERSIONDATE=2013.01.17    It will be used by the commands below, as well as these files:   | 
