Moving master to version 4.5.

Operating Systems / DragonFlyBSD - Justin C. Sherrill [shiningsilence.com] - 22 November 2015 22:37 UTC



###

diff --git a/contrib/mdocml/config.h b/contrib/mdocml/config.h
index 3ffaa6e..0af82e8 100644
--- a/contrib/mdocml/config.h
+++ b/contrib/mdocml/config.h
@@ -18,7 +18,7 @@
#define HAVE_STRPTIME
#define HAVE_STRSEP

-#define OSNAME "DragonFly 4.3"
+#define OSNAME "DragonFly 4.5"

#if !defined(__BEGIN_DECLS)
# ifdef __cplusplus
diff --git a/gnu/usr.bin/groff/tmac/mdoc.local b/gnu/usr.bin/groff/tmac/mdoc.local
index a2c08a9..212c118 100644
--- a/gnu/usr.bin/groff/tmac/mdoc.local
+++ b/gnu/usr.bin/groff/tmac/mdoc.local
@@ -69,7 +69,7 @@
.
.
.\" Default .Os value
-.ds doc-default-operating-system DragonFly\~4.3
+.ds doc-default-operating-system DragonFly\~4.5
.
.
.\" DragonFly releases not found in doc-common
@@ -96,6 +96,7 @@
.ds doc-operating-system-DragonFly-4.0 4.0
.ds doc-operating-system-DragonFly-4.1 4.1
.ds doc-operating-system-DragonFly-4.3 4.3
+.ds doc-operating-system-DragonFly-4.5 4.5
.
.\" FreeBSD releases not found in doc-common.
.ds doc-operating-system-FreeBSD-7.2 7.2
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index b27c227..0e6b339 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -43,7 +43,7 @@ fi

# Set the branch
#
-BRANCH="DEVELOPMENT_4_3"
+BRANCH="DEVELOPMENT_4_5"

TYPE="DragonFly"

diff --git a/sys/sys/param.h b/sys/sys/param.h
index ca05088..f0bd7ba 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -132,9 +132,11 @@
* 400307 - drm/i915 kernel module renamed to i915.ko
* 400308 - removal
* 400309 - Add lwp_setname() system call
+ * 400400 - 4.4 release
+ * 400500 - 4.5 development
*/
#undef __DragonFly_version
-#define __DragonFly_version 400309 /* propagated to newvers */
+#define __DragonFly_version 400500 /* propagated to newvers */

#include

89847ad Moving master to version 4.5.
contrib/mdocml/config.h | 2 +-
gnu/usr.bin/groff/tmac/mdoc.local | 3 ++-
sys/conf/newvers.sh | 2 +-
sys/sys/param.h | 4 +++-
4 files changed, 7 insertions(+), 4 deletions(-)

Upstream: gitweb.dragonflybsd.org


  • Share