[Midnightbsd-cvs] src [6856] trunk/sys/conf/newvers.sh: we no longer do branches so uname output is condensed and conforms to most other unices.
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Oct 11 09:48:13 EDT 2014
Revision: 6856
http://svnweb.midnightbsd.org/src/?rev=6856
Author: laffer1
Date: 2014-10-11 09:48:12 -0400 (Sat, 11 Oct 2014)
Log Message:
-----------
we no longer do branches so uname output is condensed and conforms to most other unices.
Modified Paths:
--------------
trunk/sys/conf/newvers.sh
Modified: trunk/sys/conf/newvers.sh
===================================================================
--- trunk/sys/conf/newvers.sh 2014-10-11 13:45:15 UTC (rev 6855)
+++ trunk/sys/conf/newvers.sh 2014-10-11 13:48:12 UTC (rev 6856)
@@ -33,11 +33,7 @@
TYPE="MidnightBSD"
REVISION="0.6"
-BRANCH="CURRENT"
-if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
- BRANCH=${BRANCH_OVERRIDE}
-fi
-RELEASE="${REVISION}-${BRANCH}"
+RELEASE="${REVISION}"
VERSION="${TYPE} ${RELEASE}"
SYSDIR=$(dirname $0)/..
More information about the Midnightbsd-cvs
mailing list