ddnet/src/game/version.h

9 lines
334 B
C

/* (c) Magnus Auvinen. See licence.txt in the root of the distribution for more information. */
/* If you are missing that file, acquire a complete release at teeworlds.com. */
#ifndef GAME_VERSION_H
#define GAME_VERSION_H
#define GAME_VERSION "0.5 trunk, 1.052a"
#define GAME_NETVERSION "0.5 b67d1f1a1eea234e"
#endif