Skip to content

Commit

Permalink
Moving master to version 4.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
fupjack committed Nov 23, 2015
1 parent c0a9d81 commit 89847ad
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion contrib/mdocml/config.h
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion gnu/usr.bin/groff/tmac/mdoc.local
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion sys/conf/newvers.sh
Expand Up @@ -43,7 +43,7 @@ fi

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

TYPE="DragonFly"

Expand Down
4 changes: 3 additions & 1 deletion sys/sys/param.h
Expand Up @@ -132,9 +132,11 @@
* 400307 - drm/i915 kernel module renamed to i915.ko
* 400308 - <malloc.h> 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 <sys/_null.h>

Expand Down

0 comments on commit 89847ad

Please sign in to comment.