3.9-DEVELOPMENT, a.k.a. master

Operating Systems / DragonFlyBSD - Justin C. Sherrill [shiningsilence.com] - 25 May 2014 23:52 UTC



###

diff --git a/gnu/usr.bin/groff/tmac/mdoc.local b/gnu/usr.bin/groff/tmac/mdoc.local
index 60664f5..5c9dc86 100644
--- a/gnu/usr.bin/groff/tmac/mdoc.local
+++ b/gnu/usr.bin/groff/tmac/mdoc.local
@@ -68,7 +68,7 @@
.
.
.\" Default .Os value
-.ds doc-default-operating-system DragonFly\~3.7
+.ds doc-default-operating-system DragonFly\~3.9
.
.
.\" DragonFly releases not found in doc-common
diff --git a/sys/sys/param.h b/sys/sys/param.h
index e999bd5..32d9b79 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -109,9 +109,11 @@
* 300703 - Make usb4bsd default
* 300704 - Removal of IPX, NCP and NWFS support
* 300705 - Removal of ATM support.
+ * 300800 - 3.8 release
+ * 300900 - 3.9 master
*/
#undef __DragonFly_version
-#define __DragonFly_version 300705 /* propagated to newvers */
+#define __DragonFly_version 300900 /* propagated to newvers */

#include

a39dabc 3.9-DEVELOPMENT, a.k.a. master
gnu/usr.bin/groff/tmac/mdoc.local | 2 +-
sys/sys/param.h | 4 +++-
2 files changed, 4 insertions(+), 2 deletions(-)

Upstream: gitweb.dragonflybsd.org


  • Share