Version number changes for 4.3-DEVELOPMENT.

Operating Systems / DragonFlyBSD - Justin C. Sherrill [shiningsilence.com] - 10 June 2015 20:05 UTC



###

diff --git a/contrib/mdocml/config.h b/contrib/mdocml/config.h
index 7893e1e..3ffaa6e 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.1"
+#define OSNAME "DragonFly 4.3"

#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 d267248..7a72ea8 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\~4.1
+.ds doc-default-operating-system DragonFly\~4.3
.
.
.\" DragonFly releases not found in doc-common
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index d9f323f..b27c227 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -43,7 +43,7 @@ fi

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

TYPE="DragonFly"

diff --git a/sys/sys/param.h b/sys/sys/param.h
index 8949bb7..5044957 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -121,9 +121,11 @@
* 400105 - Switch to gcc50 as the primary compiler
* 400106 - Added pipe2() system call
* 400107 - Add futimens() and utimensat() syscalls
+ * 400200 - 4.2 release
+ * 400300 - 4.3 development
*/
#undef __DragonFly_version
-#define __DragonFly_version 400107 /* propagated to newvers */
+#define __DragonFly_version 400300 /* propagated to newvers */

#include

4f10f44 Version number changes for 4.3-DEVELOPMENT.
contrib/mdocml/config.h | 2 +-
gnu/usr.bin/groff/tmac/mdoc.local | 2 +-
sys/conf/newvers.sh | 2 +-
sys/sys/param.h | 4 +++-
4 files changed, 6 insertions(+), 4 deletions(-)

Upstream: gitweb.dragonflybsd.org


  • Share