Files
ortools-clone/ortools/base/version.cc
Laurent Perron 63cb7b3945 fix #1303
2019-06-29 17:40:48 +02:00

9 lines
195 B
C++

#include <string>
namespace operations_research {
int OrToolsMajorVersion() { return OR_TOOLS_MAJOR; }
int OrToolsMinorVersion() { return OR_TOOLS_MINOR; }
} // namespace operations_research