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 f5e62b5 commit fd7fda5Copy full SHA for fd7fda5
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.3.0"
+#define ipFR_TCP_VERSION_NUMBER "V4.3.999"
48
#define ipFR_TCP_VERSION_MAJOR 4
49
#define ipFR_TCP_VERSION_MINOR 3
50
/* Development builds are always version 999. */
51
-#define ipFR_TCP_VERSION_BUILD 0
+#define ipFR_TCP_VERSION_BUILD 999
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