Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys Bump the version for if_description



details:   https://anonhg.NetBSD.org/src/rev/9bd3a34b3bad
branches:  trunk
changeset: 457578:9bd3a34b3bad
user:      ozaki-r <ozaki-r%NetBSD.org@localhost>
date:      Thu Jul 04 02:49:30 2019 +0000

description:
Bump the version for if_description

Welcome to 8.99.50

diffstat:

 sys/sys/param.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e7d2c6786b65 -r 9bd3a34b3bad sys/sys/param.h
--- a/sys/sys/param.h   Thu Jul 04 02:46:40 2019 +0000
+++ b/sys/sys/param.h   Thu Jul 04 02:49:30 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.597 2019/06/28 15:10:32 jmcneill Exp $     */
+/*     $NetBSD: param.h,v 1.598 2019/07/04 02:49:30 ozaki-r Exp $      */
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -67,7 +67,7 @@
  *     2.99.9          (299000900)
  */
 
-#define        __NetBSD_Version__      899004900       /* NetBSD 8.99.49 */
+#define        __NetBSD_Version__      899005000       /* NetBSD 8.99.50 */
 
 #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
     (m) * 1000000) + (p) * 100) <= __NetBSD_Version__)



Home | Main Index | Thread Index | Old Index