Skip to content

Commit 5de5bfa

Browse files
committed
prod: version update
1 parent acd6c4a commit 5de5bfa

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

WHATSNEW

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Recent changes in the INET Framework
22
====================================
33

4+
INET-4.1.2 (November 2019) - Stable
5+
------------------------------
6+
7+
- Fixes to build with OMNeT++ 6.0, too.
8+
9+
410
INET-4.1.1 (May 2019) - Stable
511
------------------------------
612

src/inet/common/INETDefs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ using namespace omnetpp;
4646
#endif // if OMNETPP_VERSION < 0x0504
4747

4848
#define INET_VERSION 0x0401
49-
#define INET_PATCH_LEVEL 0x01
49+
#define INET_PATCH_LEVEL 0x02
5050

5151
#if OMNETPP_VERSION < 0x0600
5252
#define OMNETPP5_CODE(x) x

0 commit comments

Comments
 (0)