Skip to content

Commit 79385c4

Browse files
committed
prod: updated version number to 4.7 and omnet dependency to OMNeT++ 6.4
1 parent 6aaef5f commit 79385c4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/inet/common/INETDefs.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ using namespace omnetpp;
3030
using omnetpp::operator<<;
3131
} // namespace inet
3232

33-
#if OMNETPP_VERSION < 0x0602
34-
# error At least OMNeT++/OMNEST version 6.2 required
33+
#if OMNETPP_VERSION < 0x0604
34+
# error At least OMNeT++/OMNEST version 6.4 required
3535
#endif
3636

37-
#define INET_VERSION 0x0406
37+
#define INET_VERSION 0x0407
3838
#define INET_PATCH_LEVEL 0x00
3939

4040
#if defined(INET_EXPORT)

0 commit comments

Comments
 (0)