Source-Changes-HG archive

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

[src/trunk]: src/sys/sys Bump version for changes to struct cpu_info



details:   https://anonhg.NetBSD.org/src/rev/1647d97a3a2c
branches:  trunk
changeset: 324121:1647d97a3a2c
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Mon Jul 16 07:08:40 2018 +0000

description:
Bump version for changes to struct cpu_info

Welcome to 8.99.22 !

diffstat:

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

diffs (18 lines):

diff -r 300f627becba -r 1647d97a3a2c sys/sys/param.h
--- a/sys/sys/param.h   Mon Jul 16 07:07:30 2018 +0000
+++ b/sys/sys/param.h   Mon Jul 16 07:08:40 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.566 2018/06/26 06:50:52 msaitoh Exp $      */
+/*     $NetBSD: param.h,v 1.567 2018/07/16 07:08:40 pgoyette Exp $     */
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -67,7 +67,7 @@
  *     2.99.9          (299000900)
  */
 
-#define        __NetBSD_Version__      899002100       /* NetBSD 8.99.21 */
+#define        __NetBSD_Version__      899002200       /* NetBSD 8.99.22 */
 
 #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
     (m) * 1000000) + (p) * 100) <= __NetBSD_Version__)



Home | Main Index | Thread Index | Old Index