9 lines
145 B
C
9 lines
145 B
C
#ifndef _VERSION_H_
|
|
#define _VERSION_H_
|
|
|
|
#define VERSION "2.1.606"
|
|
#define PROTOCOL_VERESION "0.43.0"
|
|
#define CLIENT_V 1
|
|
|
|
#endif //_VERSION_H_
|