Source-Changes-HG archive

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

[src/trunk]: src/sys/sys bump for real, not just the comment



details:   https://anonhg.NetBSD.org/src/rev/b38ac2fafeea
branches:  trunk
changeset: 795006:b38ac2fafeea
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Mar 30 00:13:59 2014 +0000

description:
bump for real, not just the comment

diffstat:

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

diffs (18 lines):

diff -r 19f9292fb781 -r b38ac2fafeea sys/sys/param.h
--- a/sys/sys/param.h   Sat Mar 29 23:51:02 2014 +0000
+++ b/sys/sys/param.h   Sun Mar 30 00:13:59 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.448 2014/03/29 19:30:49 christos Exp $     */
+/*     $NetBSD: param.h,v 1.449 2014/03/30 00:13:59 christos Exp $     */
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -63,7 +63,7 @@
  *     2.99.9          (299000900)
  */
 
-#define        __NetBSD_Version__      699003800       /* NetBSD 6.99.39 */
+#define        __NetBSD_Version__      699003900       /* NetBSD 6.99.39 */
 
 #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
     (m) * 1000000) + (p) * 100) <= __NetBSD_Version__)



Home | Main Index | Thread Index | Old Index