summarylogtreecommitdiffstats
path: root/ver.h
blob: 611d25abf628ea11ef7a91a0d589e2a07673a445 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
//==========================================================================
//  VER.H - part of
//                     OMNeT++/OMNEST
//            Discrete System Simulation in C++
//
//==========================================================================

/*--------------------------------------------------------------*
  Copyright (C) 1992-2017 Andras Varga

  This file is distributed WITHOUT ANY WARRANTY. See the file
  `license' for details on this and other legal matters.
*--------------------------------------------------------------*/

#define OMNETPP_PRODUCT "OMNeT++"
#define OMNETPP_RELEASE "omnetpp-5.4"
#define OMNETPP_VERSION_STR "5.4"
#define OMNETPP_BUILDID "180611-572210e"
#define OMNETPP_EDITION "Academic Public License -- NOT FOR COMMERCIAL USE"