Source-Changes-HG archive

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

[src/prg-localcount2]: src/sys/sys Bump version



details:   https://anonhg.NetBSD.org/src/rev/cb48ab7c1075
branches:  prg-localcount2
changeset: 823558:cb48ab7c1075
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Thu May 18 23:52:01 2017 +0000

description:
Bump version

diffstat:

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

diffs (18 lines):

diff -r 5652d6b656dd -r cb48ab7c1075 sys/sys/param.h
--- a/sys/sys/param.h   Thu May 18 07:35:01 2017 +0000
+++ b/sys/sys/param.h   Thu May 18 23:52:01 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.537.2.1 2017/05/02 03:19:22 pgoyette Exp $ */
+/*     $NetBSD: param.h,v 1.537.2.2 2017/05/18 23:52:01 pgoyette Exp $ */
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -67,7 +67,7 @@
  *     2.99.9          (299000900)
  */
 
-#define        __NetBSD_Version__      799007100       /* NetBSD 7.99.71 */
+#define        __NetBSD_Version__      799007200       /* NetBSD 7.99.72 */
 
 #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
     (m) * 1000000) + (p) * 100) <= __NetBSD_Version__)



Home | Main Index | Thread Index | Old Index