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 9718ee0 commit 0106257Copy full SHA for 0106257
source/include/FreeRTOS_IP.h
@@ -44,11 +44,11 @@
44
45
/* Constants defining the current version of the FreeRTOS+TCP
46
* network stack. */
47
-#define ipFR_TCP_VERSION_NUMBER "V4.2.999"
+#define ipFR_TCP_VERSION_NUMBER "V4.3.0"
48
#define ipFR_TCP_VERSION_MAJOR 4
49
-#define ipFR_TCP_VERSION_MINOR 2
+#define ipFR_TCP_VERSION_MINOR 3
50
/* Development builds are always version 999. */
51
-#define ipFR_TCP_VERSION_BUILD 999
+#define ipFR_TCP_VERSION_BUILD 0
52
53
/* Some constants defining the sizes of several parts of a packet.
54
* These defines come before including the configuration header files. */
0 commit comments