[Midnightbsd-cvs] src: param.h: Move to a version for 1.0.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Dec 6 23:02:23 EST 2008


Log Message:
-----------
Move to a version for 1.0. This makes logical sense both in terms of the release situation and representation

Modified Files:
--------------
    src/sys/sys:
        param.h (r1.14 -> r1.15)

-------------- next part --------------
Index: param.h
===================================================================
RCS file: /home/cvs/src/sys/sys/param.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -L sys/sys/param.h -L sys/sys/param.h -u -r1.14 -r1.15
--- sys/sys/param.h
+++ sys/sys/param.h
@@ -61,7 +61,7 @@
 #define __FreeBSD_version 700055
 
 #undef __MidnightBSD_version
-#define __MidnightBSD_version 002102	/* Master, propagated to newvers */
+#define __MidnightBSD_version 100000	/* Master, propagated to newvers */
 
 #ifndef LOCORE
 #include <sys/types.h>


More information about the Midnightbsd-cvs mailing list