CppTrader 1.0.5.0
C++ Trader
Loading...
Searching...
No Matches
version.h
Go to the documentation of this file.
1
9#ifndef CPPTRADER_VERSION_H
10#define CPPTRADER_VERSION_H
11
27namespace CppTrader {
28
30const char version[] = "1.0.5.0";
31
32} // namespace CppTrader
33
34#endif // CPPTRADER_VERSION_H
C++ Trader project definitions.
Definition errors.h:16
const char version[]
Project version.
Definition version.h:30