[Midnightbsd-cvs] src [6745] trunk/lib/libmport/mport_private.h: bump osversion for current and mport

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Sep 6 11:54:57 EDT 2014


Revision: 6745
          http://svnweb.midnightbsd.org/src/?rev=6745
Author:   laffer1
Date:     2014-09-06 11:54:57 -0400 (Sat, 06 Sep 2014)
Log Message:
-----------
bump osversion for current and mport

Modified Paths:
--------------
    trunk/lib/libmport/mport_private.h

Modified: trunk/lib/libmport/mport_private.h
===================================================================
--- trunk/lib/libmport/mport_private.h	2014-09-05 04:30:02 UTC (rev 6744)
+++ trunk/lib/libmport/mport_private.h	2014-09-06 15:54:57 UTC (rev 6745)
@@ -166,7 +166,9 @@
 #error "Unable to detect arch!"
 #endif
 
-#if __MidnightBSD_version >= 5000
+#if __MidnightBSD_version >= 6000
+#define MPORT_OSVERSION "0.6"
+#elif __MidnightBSD_version >= 5000
 #define MPORT_OSVERSION "0.5"
 #elif __MidnightBSD_version >= 4000
 #define MPORT_OSVERSION "0.4"



More information about the Midnightbsd-cvs mailing list