We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2997ea1 commit f27e1d1Copy full SHA for f27e1d1
Source/config.hpp
@@ -1,4 +1,4 @@
1
-const std::string MinicVersion = "3.42";
+const std::string MinicVersion = "3.43";
2
3
#if defined(ARDUINO) || defined(ESP32)
4
# define WITH_SMALL_MEMORY
Tools/TCEC/update.sh
@@ -3,7 +3,7 @@
if [ ! -n "$VERSION" ];then
echo "You must first set VERSION variable please, see example below"
5
echo "> export VERSION=master && ./update.sh"
6
- echo "> export VERSION=3.42 && ./update.sh"
+ echo "> export VERSION=3.43 && ./update.sh"
7
exit 1
8
fi
9
0 commit comments