Compare commits

...

4 Commits

Author SHA1 Message Date
Mark Roszko d7388e2a70 Fix MSVC build error for VC 17.13+
(cherry picked from commit 7eb07c00a2)

50171749 Fix MSVC build in 17.13.2

Co-authored-by: Jan Wichmann <j-wichmann@gmx.net>
2025-02-27 23:42:03 +00:00
Wayne Stambaugh c4009544a9 Begin version 8.0.10 development. 2025-02-18 12:13:37 -05:00
Wayne Stambaugh 4da5cf1413 Revert "Begin version 8.0.9 development."
This reverts commit dc403c58e0.
2025-02-18 12:13:03 -05:00
Wayne Stambaugh dc403c58e0 Begin version 8.0.9 development. 2025-02-18 12:08:57 -05:00
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -37,7 +37,7 @@
# KiCad.
#
# Note: This version string should follow the semantic versioning system
set( KICAD_SEMANTIC_VERSION "8.0.9" )
set( KICAD_SEMANTIC_VERSION "8.0.9-unknown" )
# Default the version to the semantic version.
# This is overridden by the git repository tag though (if using git)
@@ -30,6 +30,7 @@
#include <stdexcept>
#if (!defined(_MSC_VER) || (_MSC_VER > 1600))
#include <mutex>
#include <chrono>
#else
#pragma warning(disable : 4482) // non-standard
#include <boost/thread/lock_guard.hpp>