CppServer 1.0.5.0
C++ Server Library
Loading...
Searching...
No Matches
version.h
Go to the documentation of this file.
1
9#ifndef CPPSERVER_VERSION_H
10#define CPPSERVER_VERSION_H
11
28namespace CppServer {
29
31const char version[] = "1.0.5.0";
32
33} // namespace CppServer
34
35#endif // CPPSERVER_VERSION_H
C++ Server project definitions.
Definition asio.h:56
const char version[]
Project version.
Definition version.h:31