mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-13 03:28:19 +00:00
7 lines
169 B
C
7 lines
169 B
C
#ifndef GAME_VERSION_H
|
|
#define GAME_VERSION_H
|
|
#include "generated/nethash.c"
|
|
#define GAME_VERSION "0.5 trunk"
|
|
#define GAME_NETVERSION "0.5 " GAME_NETVERSION_HASH
|
|
#endif
|