[Midnightbsd-cvs] src [7332] trunk/lib/libmport: bump the midnightbsd mport version after recent changes.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Sep 26 15:04:40 EDT 2015


Revision: 7332
          http://svnweb.midnightbsd.org/src/?rev=7332
Author:   laffer1
Date:     2015-09-26 15:04:38 -0400 (Sat, 26 Sep 2015)
Log Message:
-----------
bump the midnightbsd mport version after recent changes.

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

Modified: trunk/lib/libmport/mport.h
===================================================================
--- trunk/lib/libmport/mport.h	2015-09-26 19:04:14 UTC (rev 7331)
+++ trunk/lib/libmport/mport.h	2015-09-26 19:04:38 UTC (rev 7332)
@@ -201,7 +201,7 @@
 const char * mport_err_string(void);
 
 
-#define MPORT_OK			0
+#define MPORT_OK			    0
 #define MPORT_ERR_FATAL 		1
 #define MPORT_ERR_WARN			2
 

Modified: trunk/lib/libmport/mport_private.h
===================================================================
--- trunk/lib/libmport/mport_private.h	2015-09-26 19:04:14 UTC (rev 7331)
+++ trunk/lib/libmport/mport_private.h	2015-09-26 19:04:38 UTC (rev 7332)
@@ -42,7 +42,7 @@
 
 #define MPORT_PUBLIC_API 
 
-#define MPORT_MASTER_VERSION 4
+#define MPORT_MASTER_VERSION 5
 #define MPORT_BUNDLE_VERSION 3
 #define MPORT_BUNDLE_VERSION_STR "3"
 



More information about the Midnightbsd-cvs mailing list