HOPS
HOPS class reference
hops_version.hh
Go to the documentation of this file.
1 #ifndef MHO_VERSION_HH__
2 #define MHO_VERSION_HH__
3 
4 #define HOPS_VERSION_MAJOR 4
5 #define HOPS_VERSION_MINOR 0
6 #define HOPS_VERSION_PATCH 0
7 #define HOPS_VERSION "4.0.0"
8 
9 #endif /* end of include guard: MHO_VERSION */
10 
11 //
12 // (c) Massachusetts Institute of Technology, 2020-2025
13 //
14 // Licensed under the MIT License.
15 // https://mit-license.org/
16