summaryrefslogtreecommitdiffstats
path: root/sys/conf/newvers.sh
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1997-02-19 06:05:48 +0000
committerasami <asami@FreeBSD.org>1997-02-19 06:05:48 +0000
commite14e57c697833a64c65902925622f0ae95a4b4c7 (patch)
treef81a64d0a70aad6d009be36aef0679f843d1ab83 /sys/conf/newvers.sh
parent965388b530a5ca4ff4785024538fb32581d2ee97 (diff)
downloadFreeBSD-src-e14e57c697833a64c65902925622f0ae95a4b4c7.zip
FreeBSD-src-e14e57c697833a64c65902925622f0ae95a4b4c7.tar.gz
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
Diffstat (limited to 'sys/conf/newvers.sh')
-rw-r--r--sys/conf/newvers.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index f47243a..b4cf4ed 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'`
OpenPOWER on IntegriCloud