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:
parent
266702dff3
commit
ab07993344
@ -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'`
|
||||
|
Loading…
Reference in New Issue
Block a user