From a7b80d64dd5775ff10253eb1a8b17cf4c2aeaeeb Mon Sep 17 00:00:00 2001 From: Marius Kintel Date: Thu, 7 Feb 2013 12:35:47 -0500 Subject: Specify VERSIONDATE in addition to VERSION when building releases 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: -- cgit v0.10.1