Skip to content

Commit

Permalink
Update the OS version.
Browse files Browse the repository at this point in the history
  • Loading branch information
laffer1 committed Nov 14, 2020
1 parent 02531f4 commit 1a5f32b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sys/conf/newvers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# $FreeBSD: stable/11/sys/conf/newvers.sh 349884 2019-07-10 13:35:01Z gjb $

TYPE="MidnightBSD"
REVISION="2.0"
REVISION="2.0.1"
RELEASE="${REVISION}"
VERSION="${TYPE} ${RELEASE}"

Expand Down
2 changes: 1 addition & 1 deletion sys/sys/param.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
* or r is 5-9 in stable after 1.0 is released.
*/
#undef __MidnightBSD_version
#define __MidnightBSD_version 200003 /* Master, propagated to newvers */
#define __MidnightBSD_version 200004 /* Master, propagated to newvers */

/* Version of FreeBSD we're compatible with */
#undef __FreeBSD_version
Expand Down

0 comments on commit 1a5f32b

Please sign in to comment.