Put the version unmber in the subject

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28764 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-08-11 18:14:00 +00:00
parent 8ae4f08661
commit c7be1d2a3e

View File

@@ -342,7 +342,7 @@ if [ $KIND = daily ]; then
cat <<EOF | /usr/sbin/sendmail $TO
From: R'bot <rbot@wxpython.org>
To: $TO
Subject: New test build uploaded
Subject: $DAILY test build uploaded
Date: $DATE
Hi,
@@ -350,7 +350,6 @@ Hi,
A new test build of wxPython has been uploaded to starship.
Version: $VERSION
Pythons: $PYVER
URL: http://starship.python.net/crew/robind/wxPython/daily/$DAILY
Have fun!
@@ -386,7 +385,7 @@ if [ $KIND = release ]; then
cat <<EOF | /usr/sbin/sendmail $TO
From: R'bot <rbot@wxpython.org>
To: $TO
Subject: New release candidate build uploaded
Subject: $VERSION release candidate build uploaded
Date: $DATE
Hi,
@@ -394,7 +393,6 @@ Hi,
A new RC build of wxPython has been uploaded to starship.
Version: $VERSION
Pythons: $PYVER
URL: http://starship.python.net/crew/robind/wxPython/preview/$VERSION
Have fun!