]> git.sesse.net Git - cubemap/blob - version.h
Set num_servers to 1 in the sample config, as that is the more typical situation.
[cubemap] / version.h
1 #ifndef _VERSION_H
2 #define _VERSION_H
3
4 // Version number. Don't expect this to change all that often.
5
6 #define SERVER_VERSION "0.2"
7 #define SERVER_IDENTIFICATION "Cubemap/" SERVER_VERSION
8
9 #endif  // !defined(_VERSION_H)