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 6aaef5f commit 79385c4Copy full SHA for 79385c4
1 file changed
src/inet/common/INETDefs.h
@@ -30,11 +30,11 @@ using namespace omnetpp;
30
using omnetpp::operator<<;
31
} // namespace inet
32
33
-#if OMNETPP_VERSION < 0x0602
34
-# error At least OMNeT++/OMNEST version 6.2 required
+#if OMNETPP_VERSION < 0x0604
+# error At least OMNeT++/OMNEST version 6.4 required
35
#endif
36
37
-#define INET_VERSION 0x0406
+#define INET_VERSION 0x0407
38
#define INET_PATCH_LEVEL 0x00
39
40
#if defined(INET_EXPORT)
0 commit comments