[Midnightbsd-cvs] src [7001] trunk: bump version to 0.7 on current.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Apr 19 11:55:18 EDT 2015


Revision: 7001
          http://svnweb.midnightbsd.org/src/?rev=7001
Author:   laffer1
Date:     2015-04-19 11:55:17 -0400 (Sun, 19 Apr 2015)
Log Message:
-----------
bump version to 0.7 on current.

Modified Paths:
--------------
    trunk/UPDATING
    trunk/gnu/usr.bin/groff/tmac/mdoc.local
    trunk/sys/conf/newvers.sh
    trunk/sys/sys/param.h

Modified: trunk/UPDATING
===================================================================
--- trunk/UPDATING	2015-04-19 15:51:35 UTC (rev 7000)
+++ trunk/UPDATING	2015-04-19 15:55:17 UTC (rev 7001)
@@ -1,5 +1,9 @@
 Updating Information for MidnightBSD users.
 
+20150419:
+	MidnightBSD 0.6 stable branch created. Continue 0.7 
+	development.
+
 20150418:
 	sqlite 3.8.9
 

Modified: trunk/gnu/usr.bin/groff/tmac/mdoc.local
===================================================================
--- trunk/gnu/usr.bin/groff/tmac/mdoc.local	2015-04-19 15:51:35 UTC (rev 7000)
+++ trunk/gnu/usr.bin/groff/tmac/mdoc.local	2015-04-19 15:55:17 UTC (rev 7001)
@@ -48,7 +48,7 @@
 .ds doc-str-Lb-librtld_db  Run-time Linker Debugging Library (librtld_db, \-lrtld_db)
 .
 .\" Default .Os value
-.ds doc-default-operating-system MidnightBSD\~0.6
+.ds doc-default-operating-system MidnightBSD\~0.7
 .
 .\" MidnightBSD releases not found in doc-common
 .ds doc-operating-system-MidnightBSD-0.1   0.1
@@ -59,6 +59,7 @@
 .ds doc-operating-system-MidnightBSD-0.4   0.4
 .ds doc-operating-system-MidnightBSD-0.5   0.5
 .ds doc-operating-system-MidnightBSD-0.6   0.6
+.ds doc-operating-system-MidnightBSD-0.7   0.7
 .ds doc-operating-system-MidnightBSD-1.0   1.0
 .
 .\" FreeBSD releases not found in doc-common
@@ -82,6 +83,8 @@
 .ds doc-operating-system-FreeBSD-9.2    9.2
 .ds doc-operating-system-FreeBSD-9.3    9.3
 .ds doc-operating-system-FreeBSD-10.0   10.0
+.ds doc-operating-system-FreeBSD-10.1   10.1
+.ds doc-operating-system-FreeBSD-11.0   11.0
 .
 .\" DragonFly releases not found in doc-common
 .ds doc-operating-system-DragonFly-1.0   1.0

Modified: trunk/sys/conf/newvers.sh
===================================================================
--- trunk/sys/conf/newvers.sh	2015-04-19 15:51:35 UTC (rev 7000)
+++ trunk/sys/conf/newvers.sh	2015-04-19 15:55:17 UTC (rev 7001)
@@ -32,7 +32,7 @@
 # $MidnightBSD$
 
 TYPE="MidnightBSD"
-REVISION="0.6"
+REVISION="0.7"
 RELEASE="${REVISION}"
 VERSION="${TYPE} ${RELEASE}"
 SYSDIR=$(dirname $0)/..

Modified: trunk/sys/sys/param.h
===================================================================
--- trunk/sys/sys/param.h	2015-04-19 15:51:35 UTC (rev 7000)
+++ trunk/sys/sys/param.h	2015-04-19 15:55:17 UTC (rev 7001)
@@ -51,7 +51,7 @@
  * 		or r is 5-9 in stable after 1.0 is released.
  */
 #undef __MidnightBSD_version
-#define __MidnightBSD_version 6003	/* Master, propagated to newvers */
+#define __MidnightBSD_version 7000	/* Master, propagated to newvers */
 
 /* Version of FreeBSD we're compatible with */
 #undef __FreeBSD_version



More information about the Midnightbsd-cvs mailing list