Set RELDATE=300000. With the parallel version development, it has

become impractical to distinguish versions using "real" release dates, so
might as well make it correspond to real version number (-current is
on the 3.0 branch) so at least the feature increments are guaranteed to
be linear.

Silently approved by:	current list
This commit is contained in:
Satoshi Asami 1997-02-19 06:05:48 +00:00
parent e47bda0730
commit 1e0a4ffa26
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ if [ "X${SNAPDATE}" != "X" ]; then
fi
VERSION="${TYPE} ${RELEASE}"
RELDATE="199702"
RELDATE="300000"
b=share/examples/etc/bsd-style-copyright
year=`date '+%Y'`