[Midnightbsd-cvs] src [7771] trunk/lib/libmport/mport_private.h: make the min supported release 0.8 so that we have blocks

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Sep 3 17:46:32 EDT 2016


Revision: 7771
          http://svnweb.midnightbsd.org/src/?rev=7771
Author:   laffer1
Date:     2016-09-03 17:46:31 -0400 (Sat, 03 Sep 2016)
Log Message:
-----------
make the min supported release 0.8 so that we have blocks

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

Modified: trunk/lib/libmport/mport_private.h
===================================================================
--- trunk/lib/libmport/mport_private.h	2016-08-29 05:33:17 UTC (rev 7770)
+++ trunk/lib/libmport/mport_private.h	2016-09-03 21:46:31 UTC (rev 7771)
@@ -177,10 +177,8 @@
 #define MPORT_OSVERSION "0.9"
 #elif __MidnightBSD_version >= 8000
 #define MPORT_OSVERSION "0.8"
-#elif __MidnightBSD_version >= 7000
-#define MPORT_OSVERSION "0.7"
 #else
-#error "libmport only supports MidnightBSD versions 0.7 and greater."
+#error "libmport only supports MidnightBSD versions 0.8 and greater."
 #endif
 
 /* fetch stuff */



More information about the Midnightbsd-cvs mailing list