[Midnightbsd-cvs] src [6739] 0.6-CURRENT now

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Sep 2 20:16:00 EDT 2014


Revision: 6739
          http://svnweb.midnightbsd.org/src/?rev=6739
Author:   laffer1
Date:     2014-09-02 20:15:59 -0400 (Tue, 02 Sep 2014)
Log Message:
-----------
0.6-CURRENT now

Modified Paths:
--------------
    trunk/sys/conf/newvers.sh
    trunk/sys/sys/param.h

Property Changed:
----------------
    trunk/sys/conf/newvers.sh

Modified: trunk/sys/conf/newvers.sh
===================================================================
--- trunk/sys/conf/newvers.sh	2014-09-03 00:14:19 UTC (rev 6738)
+++ trunk/sys/conf/newvers.sh	2014-09-03 00:15:59 UTC (rev 6739)
@@ -32,7 +32,7 @@
 # $MidnightBSD: src/sys/conf/newvers.sh,v 1.9 2012/10/07 14:18:18 laffer1 Exp $
 
 TYPE="MidnightBSD"
-REVISION="0.5"
+REVISION="0.6"
 BRANCH="CURRENT"
 if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
 	BRANCH=${BRANCH_OVERRIDE}


Property changes on: trunk/sys/conf/newvers.sh
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.10
\ No newline at end of property
Modified: trunk/sys/sys/param.h
===================================================================
--- trunk/sys/sys/param.h	2014-09-03 00:14:19 UTC (rev 6738)
+++ trunk/sys/sys/param.h	2014-09-03 00:15:59 UTC (rev 6739)
@@ -51,7 +51,7 @@
  * 		or r is 5-9 in stable after 1.0 is released.
  */
 #undef __MidnightBSD_version
-#define __MidnightBSD_version 5007	/* Master, propagated to newvers */
+#define __MidnightBSD_version 6000	/* Master, propagated to newvers */
 
 /* Version of FreeBSD we're compatible with */
 #undef __FreeBSD_version



More information about the Midnightbsd-cvs mailing list