[Midnightbsd-cvs] src [9584] trunk/lib/libmport/mport_private.h: bump os version here too
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Oct 1 12:16:29 EDT 2017
Revision: 9584
http://svnweb.midnightbsd.org/src/?rev=9584
Author: laffer1
Date: 2017-10-01 12:16:29 -0400 (Sun, 01 Oct 2017)
Log Message:
-----------
bump os version here too
Modified Paths:
--------------
trunk/lib/libmport/mport_private.h
Modified: trunk/lib/libmport/mport_private.h
===================================================================
--- trunk/lib/libmport/mport_private.h 2017-10-01 16:15:01 UTC (rev 9583)
+++ trunk/lib/libmport/mport_private.h 2017-10-01 16:16:29 UTC (rev 9584)
@@ -173,8 +173,8 @@
#error "Unable to detect arch!"
#endif
-#if __MidnightBSD_version >= 10000
-#define MPORT_OSVERSION "0.10"
+#if __MidnightBSD_version >= 100000
+#define MPORT_OSVERSION "1.0"
#elif __MidnightBSD_version >= 9000
#define MPORT_OSVERSION "0.9"
#elif __MidnightBSD_version >= 8000
More information about the Midnightbsd-cvs
mailing list