Note about setting VERSION env. variable

felipesanches-svg
Marius Kintel 2013-01-17 15:02:28 -05:00
parent 7f4cfc5ada
commit 763e5d3f65
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh
# Set this if we're doing a release build. Comment it out for development builds
#VERSION=2011.12
# NB! To build a release build, the VERSION environment variable needs to be set.
# See doc/release-checklist.txt
if test -z "$VERSION"; then
VERSION=`date "+%Y.%m.%d"`