Updated version variable info

master
Marius Kintel 2015-03-05 15:42:46 -05:00
parent e7aeb2490c
commit 08e3722bcb
2 changed files with 1 additions and 6 deletions

View File

@ -1,7 +1,4 @@
#!/bin/sh
# NB! To build a release build, the VERSION and VERSIONDATE environment variables needs to be set.
# See doc/release-checklist.txt
#
# Usage:
# ./scripts/publish-macosx.sh [buildonly]

View File

@ -2,8 +2,6 @@
# This is run as part of the checklist in docs/release-checklist.txt
#
# Set this if we're doing a release build. Comment it out for development builds
#VERSION=2011.12
if test -z "$VERSION"; then
VERSION=`date "+%Y.%m.%d"`
@ -48,6 +46,6 @@ echo
echo "Then copy/paste these commands into your shell:"
echo
# Update snapshot filename on wab page
# Update snapshot filename on web page
echo ./scripts/update-web.sh OpenSCAD-$VERSION.zip
echo ./scripts/update-web.sh OpenSCAD-$VERSION-Installer.exe