Skip to content

Commit 0106257

Browse files
committed
Update build version info insource/include/FreeRTOS_IP.h
1 parent 9718ee0 commit 0106257

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/include/FreeRTOS_IP.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@
4444

4545
/* Constants defining the current version of the FreeRTOS+TCP
4646
* network stack. */
47-
#define ipFR_TCP_VERSION_NUMBER "V4.2.999"
47+
#define ipFR_TCP_VERSION_NUMBER "V4.3.0"
4848
#define ipFR_TCP_VERSION_MAJOR 4
49-
#define ipFR_TCP_VERSION_MINOR 2
49+
#define ipFR_TCP_VERSION_MINOR 3
5050
/* Development builds are always version 999. */
51-
#define ipFR_TCP_VERSION_BUILD 999
51+
#define ipFR_TCP_VERSION_BUILD 0
5252

5353
/* Some constants defining the sizes of several parts of a packet.
5454
* These defines come before including the configuration header files. */

0 commit comments

Comments
 (0)