From owner-cvs-sys Thu Jul 13 03:54:38 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id DAA01395 for cvs-sys-outgoing; Thu, 13 Jul 1995 03:54:38 -0700 Received: (from rgrimes@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id DAA01385 ; Thu, 13 Jul 1995 03:54:27 -0700 Date: Thu, 13 Jul 1995 03:54:27 -0700 From: "Rodney W. Grimes" Message-Id: <199507131054.DAA01385@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/conf newvers.sh Sender: cvs-sys-owner@freebsd.org Precedence: bulk rgrimes 95/07/13 03:54:26 Modified: sys/conf newvers.sh Log: This is a major rework of newvers.sh to put it back much closer to what CSRG had, plus make things like, TYPE, REVISION, and BRANCH easy to set, and derive RELEASE and VERSION from them. Kill the JUST_TELL_ME hack, it is no longer needed. Kill DISTNAME, I could find no reveference to it any place in the source tree. Now I just need to rework a few bits in release/Makefile, but want to wait and talk to jkh about that. Oh, and your now all running: TYPE="FreeBSD" REVISION="2.2" BRANCH="CURRENT" and the -BUILD-yymmdd is dead and gone. The date was already in the version[] string, no need for it to be there in 2 formats!