Source-Changes-HG archive

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

[src/pgoyette-compat]: src/sys/sys Update version on the branch, too



details:   https://anonhg.NetBSD.org/src/rev/2eaaf79fc0ae
branches:  pgoyette-compat
changeset: 447885:2eaaf79fc0ae
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sun Jan 27 02:37:07 2019 +0000

description:
Update version on the branch, too

diffstat:

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

diffs (18 lines):

diff -r 37f1d1319168 -r 2eaaf79fc0ae sys/sys/param.h
--- a/sys/sys/param.h   Sat Jan 26 21:58:12 2019 +0000
+++ b/sys/sys/param.h   Sun Jan 27 02:37:07 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.557.2.11 2019/01/26 22:00:37 pgoyette Exp $        */
+/*     $NetBSD: param.h,v 1.557.2.12 2019/01/27 02:37:07 pgoyette Exp $        */
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -67,7 +67,7 @@
  *     2.99.9          (299000900)
  */
 
-#define        __NetBSD_Version__      899003100       /* NetBSD 8.99.31 */
+#define        __NetBSD_Version__      899003200       /* NetBSD 8.99.32 */
 
 #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
     (m) * 1000000) + (p) * 100) <= __NetBSD_Version__)



Home | Main Index | Thread Index | Old Index