We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39c30fb commit 7d591fcCopy full SHA for 7d591fc
dynadjust/include/config/dnaversion.hpp
@@ -388,8 +388,12 @@ const char* const __plot_dll_name__ = "libdnaplot.so";
388
#define __COMPILER_VERSION__ "17.10, VS2022"
389
#elif (_MSC_VER == 1941)
390
#define __COMPILER_VERSION__ "17.11, VS2022"
391
+#elif (_MSC_VER == 1942)
392
+#define __COMPILER_VERSION__ "17.12, VS2022"
393
+#elif (_MSC_VER == 1943)
394
+#define __COMPILER_VERSION__ "17.13, VS2022"
395
-#elif (_MSC_VER > 1941)
396
+#elif (_MSC_VER > 1943)
397
#define __COMPILER_VERSION__ _MSC_VER
398
#endif
399
#else
0 commit comments