Compare commits

..

2 commits

Author SHA1 Message Date
Robert Müller 933acce52b
Merge fe2f73b518 into 868c513c0c 2024-09-15 01:04:55 +08:00
Dennis Felsing 868c513c0c Version 18.5.1 2024-09-14 15:55:22 +02:00

View file

@ -3,7 +3,7 @@
#ifndef GAME_VERSION_H
#define GAME_VERSION_H
#ifndef GAME_RELEASE_VERSION
#define GAME_RELEASE_VERSION "18.5"
#define GAME_RELEASE_VERSION "18.5.1"
#endif
// teeworlds
@ -13,7 +13,7 @@
#define GAME_NETVERSION7 "0.7 802f1be60a05665f"
// ddnet
#define DDNET_VERSION_NUMBER 18050
#define DDNET_VERSION_NUMBER 18051
extern const char *GIT_SHORTREV_HASH;
#define GAME_NAME "DDNet"
#endif