OSDN Git Service

Added new function break_fp().
[mutilities/MUtilities.git] / include / MUtils / Version.h
index 981461d..da4f1a5 100644 (file)
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // MuldeR's Utilities for Qt
-// Copyright (C) 2004-2017 LoRd_MuldeR <MuldeR2@GMX.de>
+// Copyright (C) 2004-2018 LoRd_MuldeR <MuldeR2@GMX.de>
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -67,8 +67,14 @@ namespace MUtils
                                                #error Compiler is not supported!
                                        #endif
                                #elif defined(_MSC_VER)
-                                       #if (_MSC_VER == 1912)
-                                               #if(_MSC_FULL_VER == 191225830)
+                                       #if (_MSC_VER == 1913)
+                                               #if((_MSC_FULL_VER >= 191326128) && (_MSC_FULL_VER <= 191326129))
+                                                       "MSVC 2017.6";
+                                               #else
+                                                       #error Compiler version is not supported yet!
+                                               #endif
+                                       #elif (_MSC_VER == 1912)
+                                               #if((_MSC_FULL_VER >= 191225830) && (_MSC_FULL_VER <= 191225835))
                                                        "MSVC 2017.5";
                                                #else
                                                        #error Compiler version is not supported yet!