We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acd6c4a commit 5de5bfaCopy full SHA for 5de5bfa
2 files changed
WHATSNEW
@@ -1,6 +1,12 @@
1
Recent changes in the INET Framework
2
====================================
3
4
+INET-4.1.2 (November 2019) - Stable
5
+------------------------------
6
+
7
+- Fixes to build with OMNeT++ 6.0, too.
8
9
10
INET-4.1.1 (May 2019) - Stable
11
------------------------------
12
src/inet/common/INETDefs.h
@@ -46,7 +46,7 @@ using namespace omnetpp;
46
#endif // if OMNETPP_VERSION < 0x0504
47
48
#define INET_VERSION 0x0401
49
-#define INET_PATCH_LEVEL 0x01
+#define INET_PATCH_LEVEL 0x02
50
51
#if OMNETPP_VERSION < 0x0600
52
#define OMNETPP5_CODE(x) x
0 commit comments