[Midnightbsd-cvs] src: newvers.sh: Bump patch level to signify ftp, icmp, ..

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Sep 30 00:37:27 EDT 2008


Log Message:
-----------
Bump patch level to signify ftp, icmp, .. patches.

We should start doing this until we're on the new mport tools.  At that point, the os version won't impact nearly as much and we can start using version number increments like 0.2.2, 0.2.3, etc.

Tags:
----
RELENG_0_2

Modified Files:
--------------
    src/sys/conf:
        newvers.sh (r1.3.2.3 -> r1.3.2.4)

-------------- next part --------------
Index: newvers.sh
===================================================================
RCS file: /home/cvs/src/sys/conf/newvers.sh,v
retrieving revision 1.3.2.3
retrieving revision 1.3.2.4
diff -L sys/conf/newvers.sh -L sys/conf/newvers.sh -u -r1.3.2.3 -r1.3.2.4
--- sys/conf/newvers.sh
+++ sys/conf/newvers.sh
@@ -33,7 +33,7 @@
 
 TYPE="MidnightBSD"
 REVISION="0.2.1"
-BRANCH="RELEASE"
+BRANCH="RELEASE-p1"
 if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the Midnightbsd-cvs mailing list