diff options
| author | Marius Kintel <marius@kintel.net> | 2013-02-07 17:35:47 (GMT) | 
|---|---|---|
| committer | Marius Kintel <marius@kintel.net> | 2013-02-07 17:35:47 (GMT) | 
| commit | a7b80d64dd5775ff10253eb1a8b17cf4c2aeaeeb (patch) | |
| tree | 02fd1743b7c0e4b5785f1eacd77430e8c4a5ed84 /doc | |
| parent | ac4cd5835424ae55f870e342efd0a88e66649dbe (diff) | |
Specify VERSIONDATE in addition to VERSION when building releases
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:  | 
