OpenM++ runtime library (libopenm)
omVersion.h
Go to the documentation of this file.
1
5// Copyright (c) OpenM++
6// This code is licensed under the MIT license (see LICENSE.txt for details)
7
8#ifndef OM_H_VERSION_H
9#define OM_H_VERSION_H
10
11// this define will be replaced by build process
12#define OM_RUNTIME_VERSION LT("Development version (build from source code)")
13
14#endif // OM_H_VERSION_H