From 1e0a4ffa2674ae73916ba781c140bdecb24c590f Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Wed, 19 Feb 1997 06:05:48 +0000 Subject: [PATCH] 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 --- sys/conf/newvers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index f47243ab65c..b4cf4ed040b 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -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'`