Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d7388e2a70 | |||
| c4009544a9 | |||
| 4da5cf1413 | |||
| dc403c58e0 |
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user