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 new quota code -- even if ABIs didn...



details:   https://anonhg.NetBSD.org/src/rev/90b364801079
branches:  trunk
changeset: 763068:90b364801079
user:      pooka <pooka%NetBSD.org@localhost>
date:      Wed Mar 09 19:02:04 2011 +0000

description:
Bump version for new quota code -- even if ABIs didn't change, it's
still a major feature.

diffstat:

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

diffs (18 lines):

diff -r ea18d9408d15 -r 90b364801079 sys/sys/param.h
--- a/sys/sys/param.h   Wed Mar 09 18:55:55 2011 +0000
+++ b/sys/sys/param.h   Wed Mar 09 19:02:04 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.384 2011/02/25 13:29:46 joerg Exp $        */
+/*     $NetBSD: param.h,v 1.385 2011/03/09 19:02:04 pooka Exp $        */
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -63,7 +63,7 @@
  *     2.99.9          (299000900)
  */
 
-#define        __NetBSD_Version__      599004700       /* NetBSD 5.99.47 */
+#define        __NetBSD_Version__      599004800       /* NetBSD 5.99.48 */
 
 #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
     (m) * 1000000) + (p) * 100) <= __NetBSD_Version__)



Home | Main Index | Thread Index | Old Index